:orphan: .. title:: BT_EXT_ADV_MAX_ADV_SET .. option:: 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 =================== \ :option:`BT_EXT_ADV ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` 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.)*