Skip to content

Commit 56c375c

Browse files
anhmolteivindj-nordic
authored andcommitted
lib: ble_conn_params: remove todo about using timer for retries
Will be addressed at a later point. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent fd2e285 commit 56c375c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/ble_conn_params/conn_param.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ static void on_conn_params_update(uint16_t conn_handle, int idx,
122122
return;
123123
}
124124

125-
/** TODO: should use a timer here
126-
* what is this really used for
127-
*/
128125
if (links[idx].retries) {
129126
links[idx].retries--;
130127
conn_params_negotiate(conn_handle, idx);

0 commit comments

Comments
 (0)