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
661
661
bool "Bondable Mode"
662
662
default y
663
663
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.
667
671
668
672
config BT_BONDING_REQUIRED
669
673
bool "Always require bonding"
You can’t perform that action at this time.
0 commit comments