Skip to content

Commit d2db838

Browse files
lylezhu2012rlubos
authored andcommitted
[nrf fromtree] Bluetooth: host: Kconfig: Correct help of BT_BONDABLE
Correct the `help` of the configuration `BT_BONDABLE`. Signed-off-by: Lyle Zhu <[email protected]> (cherry picked from commit 0ed8866)
1 parent 2e4a644 commit d2db838

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,13 @@ config BT_BONDABLE
661661
bool "Bondable Mode"
662662
default y
663663
help
664-
This option enables support for Bondable Mode. In this mode,
665-
Bonding flag in AuthReq of SMP Pairing Request/Response will be set
666-
indicating the support for this mode.
664+
This option is the default value of the bonding flag for any ACL connection.
665+
If the option is true, the default bonding flag is true. Or, the default
666+
bonding flag is false.
667+
After a connection is established, the bonding flag of the connection
668+
can also be changed by calling `bt_conn_set_bondable()` if the configuration
669+
`the bonding flag per-connection` (BT_BONDABLE_PER_CONNECTION) is
670+
enabled. Please see the BT_BONDABLE_PER_CONNECTION configuration.
667671

668672
config BT_BONDING_REQUIRED
669673
bool "Always require bonding"

0 commit comments

Comments
 (0)