:orphan: .. title:: BT_CTLR_ADV_SET .. option:: CONFIG_BT_CTLR_ADV_SET *LE Advertising Extensions Sets* Type: ``int`` Help ==== Maximum supported advertising sets. Direct dependencies =================== \ :option:`BT_BROADCASTER ` && \ :option:`BT_CTLR_ADV_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_EXT_ADV_MAX_ADV_SET ` if \ :option:`BT_EXT_ADV ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:460`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL] .. parsed-literal:: config BT_CTLR_ADV_SET int "LE Advertising Extensions Sets" range 1 64 default \ :option:`BT_EXT_ADV_MAX_ADV_SET ` if \ :option:`BT_EXT_ADV ` depends on \ :option:`BT_BROADCASTER ` && \ :option:`BT_CTLR_ADV_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Maximum supported advertising sets. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*