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 @@ -632,9 +632,13 @@ config BT_BONDABLE
632
632
bool "Bondable Mode"
633
633
default y
634
634
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.
638
642
639
643
config BT_BONDING_REQUIRED
640
644
bool "Always require bonding"
You can’t perform that action at this time.
0 commit comments