From c2300bada6f57aa48c374cb5de4f41dd8b48c3f0 Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Thu, 3 Oct 2024 14:22:31 +0200 Subject: [PATCH] Bluetooth: radio_notification_callback: Remove experimental label The feature is no longer experimental. Signed-off-by: Rubin Gerritsen --- subsys/bluetooth/host_extensions/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subsys/bluetooth/host_extensions/Kconfig b/subsys/bluetooth/host_extensions/Kconfig index bc58eb613198..4bcb3b28078e 100644 --- a/subsys/bluetooth/host_extensions/Kconfig +++ b/subsys/bluetooth/host_extensions/Kconfig @@ -5,10 +5,9 @@ # config BT_RADIO_NOTIFICATION_CONN_CB - bool "Radio Notification connection callback [EXPERIMENTAL]" + bool "Radio Notification connection callback" depends on BT_LL_SOFTDEVICE || \ (BT_LL_SOFTDEVICE_HEADERS_INCLUDE && !SOC_COMPATIBLE_NRF5340_CPUAPP) - select EXPERIMENTAL select BT_HCI_VS_EVT_USER select BT_CTLR_SDC_CONN_ANCHOR_POINT_REPORT help