Bluetooth: Controller: Remove experimental from LE Set Host Feature

Out-of-tree controllers do not necessarily mark the LE Set Host Feature
command as experimantal.

Add an additional entry to solve this like done for other ISO entries.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2024-02-20 15:05:57 +01:00 committed by Fabio Baltieri
commit a5a13201e4

View file

@ -852,11 +852,14 @@ config BT_CTLR_SYNC_ISO_PDU_LEN_MAX
endif # BT_CTLR_ADV_EXT endif # BT_CTLR_ADV_EXT
config BT_CTLR_SET_HOST_FEATURE config BT_CTLR_SET_HOST_FEATURE
bool "LE Set Host Feature Command [EXPERIMENTAL]" bool "LE Set Host Feature Command" if !BT_LL_SW_SPLIT
select EXPERIMENTAL
help help
Enables optional LE Set Host Feature Command Enables optional LE Set Host Feature Command
config BT_CTLR_SET_HOST_FEATURE
bool "LE Set Host Feature Command (Split Link Layer) [EXPERIMENTAL]" if BT_LL_SW_SPLIT
select EXPERIMENTAL if BT_LL_SW_SPLIT
config BT_CTLR_CENTRAL_ISO config BT_CTLR_CENTRAL_ISO
bool "LE Connected Isochronous Stream Central" if !BT_LL_SW_SPLIT bool "LE Connected Isochronous Stream Central" if !BT_LL_SW_SPLIT
depends on BT_CTLR_CENTRAL_ISO_SUPPORT && BT_CENTRAL depends on BT_CTLR_CENTRAL_ISO_SUPPORT && BT_CENTRAL