CONFIG_BT_CTLR_ADV_PDU_BACK2BACK
Enable back-to-back transmission of extended advertising trains
Type: bool
Help
Enables transmission of AUX_CHAIN_IND in extended advertising train by
sending each AUX_CHAIN_IND one after another back-to-back.
Direct dependencies
BT_CTLR_ADV_EXT
&& BT_BROADCASTER
&& BT_LL_SW_SPLIT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/bluetooth/controller/Kconfig.ll_sw_split:200
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:181
→ <Zephyr>/subsys/bluetooth/controller/Kconfig:790
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features
config BT_CTLR_ADV_PDU_BACK2BACK
bool "Enable back-to-back transmission of extended advertising trains" if BT_CTLR_ADVANCED_FEATURES
select BT_CTLR_ADV_PDU_LINK
depends on BT_CTLR_ADV_EXT && BT_BROADCASTER && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
help
Enables transmission of AUX_CHAIN_IND in extended advertising train by
sending each AUX_CHAIN_IND one after another back-to-back.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)