From eb376401fb577f18485589e788fc674088615b42 Mon Sep 17 00:00:00 2001 From: Kamil Piszczek Date: Tue, 17 Sep 2024 15:06:07 +0200 Subject: [PATCH] [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 (cherry picked from commit f17431ee97138639fafa6bad081f584472c3a82b) --- subsys/bluetooth/host/Kconfig.gatt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subsys/bluetooth/host/Kconfig.gatt b/subsys/bluetooth/host/Kconfig.gatt index d06f3741fcd..7c27a13c480 100644 --- a/subsys/bluetooth/host/Kconfig.gatt +++ b/subsys/bluetooth/host/Kconfig.gatt @@ -300,8 +300,7 @@ config DEVICE_NAME_GATT_WRITABLE_AUTHEN endif #BT_DEVICE_NAME_GATT_WRITABLE config BT_GATT_AUTHORIZATION_CUSTOM - bool "Custom authorization of GATT operations [EXPERIMENTAL]" - select EXPERIMENTAL + bool "Custom authorization of GATT operations" help This option allows the user to define application-specific authorization logic for GATT operations that can be registered