Skip to content

Commit a69d6e3

Browse files
anhmolteivindj-nordic
authored andcommitted
doc: ble_conn_params: remove duplicate CONFIG_
Fix two occurrences of duplicate CONFIG_ in the docs. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent b6f7842 commit a69d6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/nrf-bm/libraries/ble_conn_params.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ You can specify the connection parameters using Kconfig options:
6262
* :kconfig:option:`CONFIG_BLE_CONN_PARAMS_MAX_SUP_TIMEOUT_DEVIATION` - Allowed deviation from the specified supervision timeout.
6363

6464
If the device has the peripheral role in a connection and the connection parameters are not within the specified range, then the library will request a renegotiation.
65-
The number of renegotiation attempts is configured by the :kconfig:option:`CONFIG_CONFIG_BLE_CONN_PARAMS_NEGOTIATION_RETRIES` Kconfig option.
65+
The number of renegotiation attempts is configured by the :kconfig:option:`CONFIG_BLE_CONN_PARAMS_NEGOTIATION_RETRIES` Kconfig option.
6666

67-
If the peripheral and central device cannot agree on a set of connection parameters after the given number of negotiation attempts, and the :kconfig:option:`CONFIG_CONFIG_BLE_CONN_PARAMS_DISCONNECT_ON_FAILURE` Kconfig option is set, the device disconnects automatically.
67+
If the peripheral and central device cannot agree on a set of connection parameters after the given number of negotiation attempts, and the :kconfig:option:`CONFIG_BLE_CONN_PARAMS_DISCONNECT_ON_FAILURE` Kconfig option is set, the device disconnects automatically.
6868

6969
A connection parameter update procedure can be started using the :c:func:`ble_conn_params_override` function.
7070

0 commit comments

Comments
 (0)