Skip to content

Commit fe628e4

Browse files
joerchanmbolivar-nordic
authored andcommitted
[nrf noup] Bluetooth: update experimental for qualification
Update Kconfig options for qualification: - Remove experimental on qualified feature. - Add experimental on unqualified feature. Signed-off-by: Joakim Andersson <[email protected]> Signed-off-by: Trond Einar Snekvik <[email protected]> Signed-off-by: Martí Bolívar <[email protected]> Signed-off-by: Robert Lubos <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> Signed-off-by: Ingar Kulbrandstad <[email protected]> (cherry picked from commit fd84806) (cherry picked from commit fec8aa6) (cherry picked from commit cc64111)
1 parent e56af96 commit fe628e4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

subsys/bluetooth/Kconfig.adv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77
config BT_EXT_ADV
8-
bool "Extended Advertising and Scanning support [EXPERIMENTAL]"
9-
select EXPERIMENTAL
8+
bool "Extended Advertising and Scanning support"
109
help
1110
Select this to enable Extended Advertising API support.
1211
This enables support for advertising with multiple advertising sets,

subsys/bluetooth/controller/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ choice BT_LL_CHOICE
9595
Select the Bluetooth Link Layer to compile.
9696

9797
config BT_LL_SW_SPLIT
98-
bool "Software-based BLE Link Layer"
98+
bool "Software-based BLE Link Layer [EXPERIMENTAL]"
99+
select EXPERIMENTAL
99100
select ENTROPY_GENERATOR
100101
select NRF_HW_TIMER0_RESERVED
101102
select NRF_HW_RTC0_RESERVED

subsys/bluetooth/host/Kconfig.l2cap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ config BT_L2CAP_DYNAMIC_CHANNEL
4848
allowing the creation of dynamic L2CAP Channels.
4949

5050
config BT_L2CAP_ECRED
51-
bool "L2CAP Enhanced Credit Based Flow Control support"
51+
bool "L2CAP Enhanced Credit Based Flow Control support [EXPERIMENTAL]"
52+
select EXPERIMENTAL
5253
depends on BT_L2CAP_DYNAMIC_CHANNEL
5354
help
5455
This option enables support for LE Connection oriented Channels with

0 commit comments

Comments
 (0)