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:
parent
b32c819b09
commit
a5a13201e4
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue