Skip to content

Commit

Permalink
Bluetooth: host: Kconfig: Correct help of BT_BONDABLE
Browse files Browse the repository at this point in the history
Correct the `help` of the configuration `BT_BONDABLE`.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
  • Loading branch information
lylezhu2012 authored and aescolar committed Oct 2, 2024
1 parent aaab223 commit 0ed8866
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions subsys/bluetooth/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,13 @@ config BT_BONDABLE
bool "Bondable Mode"
default y
help
This option enables support for Bondable Mode. In this mode,
Bonding flag in AuthReq of SMP Pairing Request/Response will be set
indicating the support for this mode.
This option is the default value of the bonding flag for any ACL connection.
If the option is true, the default bonding flag is true. Or, the default
bonding flag is false.
After a connection is established, the bonding flag of the connection
can also be changed by calling `bt_conn_set_bondable()` if the configuration
`the bonding flag per-connection` (BT_BONDABLE_PER_CONNECTION) is
enabled. Please see the BT_BONDABLE_PER_CONNECTION configuration.

config BT_BONDING_REQUIRED
bool "Always require bonding"
Expand Down

0 comments on commit 0ed8866

Please sign in to comment.