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 <Subsystem>/bluetooth/controller/Kconfig.ll_sw_split:200

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:181<Subsystem>/bluetooth/controller/Kconfig:789

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.)