From 26f5897819f8b7f0ecb46f693ecf226deb54cca7 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 16 Aug 2022 15:38:51 +0200 Subject: [PATCH] Bluetooth: Mark Extended Adv as stable Extended Advertising is no longer experimental, it has been now extensively tested and is fully qualifiable and usable in production. Signed-off-by: Carles Cufi --- subsys/bluetooth/Kconfig.adv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subsys/bluetooth/Kconfig.adv b/subsys/bluetooth/Kconfig.adv index 5033b4d755c..7523742a204 100644 --- a/subsys/bluetooth/Kconfig.adv +++ b/subsys/bluetooth/Kconfig.adv @@ -5,9 +5,8 @@ # SPDX-License-Identifier: Apache-2.0 config BT_EXT_ADV - bool "Extended Advertising and Scanning support [EXPERIMENTAL]" + bool "Extended Advertising and Scanning support" depends on !BT_CTLR || BT_CTLR_ADV_EXT_SUPPORT - select EXPERIMENTAL help Select this to enable Extended Advertising API support. This enables support for advertising with multiple advertising sets,