:orphan: .. title:: CONFIG_BT_EXT_ADV_MAX_ADV_SET .. kconfig:: CONFIG_BT_EXT_ADV_MAX_ADV_SET CONFIG_BT_EXT_ADV_MAX_ADV_SET ############################# *Maximum number of simultaneous advertising sets* Type: ``int`` Help ==== .. code-block:: none Maximum number of simultaneous Bluetooth advertising sets supported. Direct dependencies =================== \ :kconfig:`BT_EXT_ADV ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig.adv:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:110`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Extended Advertising and Scanning support [EXPERIMENTAL] .. code-block:: kconfig 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.)*