Skip to content

Commit 0ed8866

Browse files
lylezhu2012aescolar
authored andcommitted
Bluetooth: host: Kconfig: Correct help of BT_BONDABLE
Correct the `help` of the configuration `BT_BONDABLE`. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
1 parent aaab223 commit 0ed8866

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
@@ -632,9 +632,13 @@ config BT_BONDABLE
632632
bool "Bondable Mode"
633633
default y
634634
help
635-
This option enables support for Bondable Mode. In this mode,
636-
Bonding flag in AuthReq of SMP Pairing Request/Response will be set
637-
indicating the support for this mode.
635+
This option is the default value of the bonding flag for any ACL connection.
636+
If the option is true, the default bonding flag is true. Or, the default
637+
bonding flag is false.
638+
After a connection is established, the bonding flag of the connection
639+
can also be changed by calling `bt_conn_set_bondable()` if the configuration
640+
`the bonding flag per-connection` (BT_BONDABLE_PER_CONNECTION) is
641+
enabled. Please see the BT_BONDABLE_PER_CONNECTION configuration.
638642

639643
config BT_BONDING_REQUIRED
640644
bool "Always require bonding"

0 commit comments

Comments
 (0)