CONFIG_BT_EXT_ADV_MAX_ADV_SET¶
Maximum number of simultaneous advertising sets
Type: int
Help¶
Maximum number of simultaneous Bluetooth advertising sets
supported.
Default¶
- 1 
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/Kconfig.adv:38
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:9 → <Zephyr Subsystem>/bluetooth/Kconfig:110
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Extended Advertising and Scanning support [EXPERIMENTAL]
config BT_EXT_ADV_MAX_ADV_SET
    int "Maximum number of simultaneous advertising sets"
    range 1 64
    default 1
    depends on BT_EXT_ADV && BT_HCI && BT
    help
      Maximum number of simultaneous Bluetooth advertising sets
      supported.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)