Skip to content

Commit 9fac881

Browse files
kapi-norlubos
authored andcommitted
[nrf fromtree] bluetooth: smp: remove experimental from BT_BONDABLE_PER_CONNECTION
Removed the experimental status from the BT_BONDABLE_PER_CONNECTION Kconfig option used in the Bluetooth Host SMP layer. This feature has been present in Zephyr for over a year without any issue reports or API modifications. Signed-off-by: Kamil Piszczek <[email protected]> (cherry picked from commit a743dd6)
1 parent acc516b commit 9fac881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,7 @@ config BT_BONDING_REQUIRED
645645
requests will be rejected.
646646

647647
config BT_BONDABLE_PER_CONNECTION
648-
bool "Set/clear the bonding flag per-connection [EXPERIMENTAL]"
649-
select EXPERIMENTAL
648+
bool "Set/clear the bonding flag per-connection"
650649
help
651650
Enable support for the bt_conn_set_bondable API function that is
652651
used to set/clear the bonding flag on a per-connection basis.

0 commit comments

Comments
 (0)