@@ -19,15 +19,15 @@ config BLE_CONN_PARAMS_MIN_CONN_INTERVAL
19
19
range 6 3200
20
20
default 6
21
21
help
22
- Minimum connection interval, in 1.25 ms units.
22
+ Minimum connection interval in 1.25 ms units.
23
23
Min 7.5 ms, Max 4 sec.
24
24
25
25
config BLE_CONN_PARAMS_MAX_CONN_INTERVAL
26
26
int "Maximum connection interval (1.25 ms units)"
27
27
range BLE_CONN_PARAMS_MIN_CONN_INTERVAL 3200
28
28
default 256
29
29
help
30
- Maximum connection interval.
30
+ Maximum connection interval in 1.25 ms units .
31
31
Min 7.5 ms, Max 4 sec.
32
32
33
33
config BLE_CONN_PARAMS_SLAVE_LATENCY
@@ -42,22 +42,22 @@ config BLE_CONN_PARAMS_SUP_TIMEOUT
42
42
range 10 3200
43
43
default 100
44
44
help
45
- Connection supervision timeout, in units of 10 milliseconds .
45
+ Connection supervision timeout in 10 ms units .
46
46
Min 100 ms, Max 32 sec.
47
47
48
48
config BLE_CONN_PARAMS_MAX_SLAVE_LATENCY_DEVIATION
49
- int "Maximum slave latency deviation (1.25 ms units) "
49
+ int "Maximum slave latency deviation"
50
50
range 0 499
51
51
default 0
52
52
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.
54
54
55
55
config BLE_CONN_PARAMS_MAX_SUP_TIMEOUT_DEVIATION
56
56
int "Maximum supervision timeout deviation (10 ms units)"
57
57
range 0 3190
58
58
default 400
59
59
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.
61
61
62
62
config BLE_CONN_PARAMS_NEGOTIATION_RETRIES
63
63
int "Number of attempts to negotiate parameters"
0 commit comments