The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_BT_EXT_ADV_MAX_ADV_SET

Maximum number of simultaneous advertising sets

Type: int

Help

Maximum number of simultaneous Bluetooth advertising sets
supported.

Direct dependencies

BT_EXT_ADV && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At subsys/bluetooth/Kconfig.adv:38

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/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.)