Skip to content

Commit 3f3ef81

Browse files
anhmolteivindj-nordic
authored andcommitted
lib: ble_conn_params: cleanup conn param config prompt and help
Cleanup help and prompt. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent 9be9681 commit 3f3ef81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/ble_conn_params/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ config BLE_CONN_PARAMS_MIN_CONN_INTERVAL
1919
range 6 3200
2020
default 6
2121
help
22-
Minimum connection interval, in 1.25 ms units.
22+
Minimum connection interval in 1.25 ms units.
2323
Min 7.5 ms, Max 4 sec.
2424

2525
config BLE_CONN_PARAMS_MAX_CONN_INTERVAL
2626
int "Maximum connection interval (1.25 ms units)"
2727
range BLE_CONN_PARAMS_MIN_CONN_INTERVAL 3200
2828
default 256
2929
help
30-
Maximum connection interval.
30+
Maximum connection interval in 1.25 ms units.
3131
Min 7.5 ms, Max 4 sec.
3232

3333
config BLE_CONN_PARAMS_SLAVE_LATENCY
@@ -42,22 +42,22 @@ config BLE_CONN_PARAMS_SUP_TIMEOUT
4242
range 10 3200
4343
default 100
4444
help
45-
Connection supervision timeout, in units of 10 milliseconds.
45+
Connection supervision timeout in 10 ms units.
4646
Min 100 ms, Max 32 sec.
4747

4848
config BLE_CONN_PARAMS_MAX_SLAVE_LATENCY_DEVIATION
49-
int "Maximum slave latency deviation (1.25 ms units)"
49+
int "Maximum slave latency deviation"
5050
range 0 499
5151
default 0
5252
help
53-
How much can the slave latency deviate from the desired value.
53+
How much the slave latency can deviate from the desired value.
5454

5555
config BLE_CONN_PARAMS_MAX_SUP_TIMEOUT_DEVIATION
5656
int "Maximum supervision timeout deviation (10 ms units)"
5757
range 0 3190
5858
default 400
5959
help
60-
How much can the connection supervision timeout deviate from the desired value.
60+
How much the connection supervision timeout can deviate from the desired value.
6161

6262
config BLE_CONN_PARAMS_NEGOTIATION_RETRIES
6363
int "Number of attempts to negotiate parameters"

0 commit comments

Comments
 (0)