: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 ==== 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 ================== .. highlight:: kconfig At ``subsys/bluetooth/Kconfig:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Extended Advertising and Scanning support [EXPERIMENTAL] .. parsed-literal:: config BT_EXT_ADV_MAX_ADV_SET int "Maximum number of simultaneous advertising sets" range 1 64 default 1 depends on \ :option:`BT_EXT_ADV ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Maximum number of simultaneous Bluetooth advertising sets supported. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*