Bluetooth: controller: split: Enable Adv Extensions
Enable Advertising Extensions features in the controller when enabled in the Host in combined host+controller based applications. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
c8b050ee77
commit
5db91100bc
1 changed files with 4 additions and 2 deletions
|
@ -445,9 +445,10 @@ config BT_CTLR_CHAN_SEL_2
|
||||||
the Controller.
|
the Controller.
|
||||||
|
|
||||||
config BT_CTLR_ADV_EXT
|
config BT_CTLR_ADV_EXT
|
||||||
bool "LE Advertising Extensions"
|
bool "LE Advertising Extensions [EXPERIMENTAL]"
|
||||||
depends on BT_CTLR_ADV_EXT_SUPPORT
|
depends on BT_CTLR_ADV_EXT_SUPPORT
|
||||||
select BT_CTLR_SCAN_REQ_NOTIFY
|
select BT_CTLR_SCAN_REQ_NOTIFY
|
||||||
|
default y if BT_EXT_ADV
|
||||||
help
|
help
|
||||||
Enable support for Bluetooth 5.0 LE Advertising Extensions in the
|
Enable support for Bluetooth 5.0 LE Advertising Extensions in the
|
||||||
Controller.
|
Controller.
|
||||||
|
@ -456,6 +457,7 @@ config BT_CTLR_ADV_SET
|
||||||
int "LE Advertising Extensions Sets"
|
int "LE Advertising Extensions Sets"
|
||||||
depends on BT_CTLR_ADV_EXT
|
depends on BT_CTLR_ADV_EXT
|
||||||
range 1 64
|
range 1 64
|
||||||
|
default BT_EXT_ADV_MAX_ADV_SET if BT_EXT_ADV
|
||||||
help
|
help
|
||||||
Maximum supported advertising sets.
|
Maximum supported advertising sets.
|
||||||
|
|
||||||
|
@ -465,7 +467,7 @@ config BT_CTLR_ADV_AUX_SET
|
||||||
range 1 BT_CTLR_ADV_SET if BT_CTLR_ADV_PERIODIC
|
range 1 BT_CTLR_ADV_SET if BT_CTLR_ADV_PERIODIC
|
||||||
range 0 BT_CTLR_ADV_SET
|
range 0 BT_CTLR_ADV_SET
|
||||||
default 1 if BT_CTLR_ADV_PERIODIC
|
default 1 if BT_CTLR_ADV_PERIODIC
|
||||||
default 0
|
default BT_CTLR_ADV_SET
|
||||||
help
|
help
|
||||||
Maximum supported advertising auxiliary channel sets.
|
Maximum supported advertising auxiliary channel sets.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue