Skip to content

Commit 96c36f7

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subsys/bluetooth/host/Kconfig.gatt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ config DEVICE_NAME_GATT_WRITABLE_AUTHEN
302302
endif #BT_DEVICE_NAME_GATT_WRITABLE
303303

304304
config BT_GATT_AUTHORIZATION_CUSTOM
305-
bool "Custom authorization of GATT operations [EXPERIMENTAL]"
306-
select EXPERIMENTAL
305+
bool "Custom authorization of GATT operations"
307306
help
308307
This option allows the user to define application-specific
309308
authorization logic for GATT operations that can be registered

0 commit comments

Comments
 (0)