CONFIG_BT_CTLR_ADV_SET

LE Advertising Extensions Sets

Type: int

Help

Maximum supported advertising sets.

Direct dependencies

BT_BROADCASTER && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig:442

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:240

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL]

config BT_CTLR_ADV_SET
    int "LE Advertising Extensions Sets"
    range 1 64
    default BT_EXT_ADV_MAX_ADV_SET if BT_EXT_ADV
    depends on BT_BROADCASTER && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT
    help
      Maximum supported advertising sets.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)