File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
668672config BT_BONDING_REQUIRED
669673 bool "Always require bonding"
You can’t perform that action at this time.
0 commit comments