Skip to content

Commit 3d24489

Browse files
joerchancarlescufi
authored andcommitted
[nrf noup] Bluetoooth: host: 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]>
1 parent 4e804ce commit 3d24489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/bluetooth/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ config BT_BROADCASTER
107107
endmenu
108108

109109
config BT_EXT_ADV
110-
bool "Extended Advertising and Scanning support [EXPERIMENTAL]"
110+
bool "Extended Advertising and Scanning support"
111111
help
112112
Select this to enable Extended Advertising API support.
113113
This enables support for advertising with multiple advertising sets,

subsys/bluetooth/host/Kconfig.l2cap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ config BT_L2CAP_DYNAMIC_CHANNEL
5757
allowing the creation of dynamic L2CAP Channels.
5858

5959
config BT_L2CAP_ECRED
60-
bool "L2CAP Enhanced Credit Based Flow Control support"
60+
bool "L2CAP Enhanced Credit Based Flow Control support [EXPERIMENTAL]"
6161
depends on BT_L2CAP_DYNAMIC_CHANNEL
6262
help
6363
This option enables support for LE Connection oriented Channels with

0 commit comments

Comments
 (0)