:orphan: .. title:: BT_CTLR_ADV_ISO_SET .. option:: CONFIG_BT_CTLR_ADV_ISO_SET *LE Isochronous Channel advertising sets* Type: ``int`` Help ==== Maximum supported advertising sets. Direct dependencies =================== \ :option:`BT_CTLR_ADV_ISO ` && \ :option:`BT_CTLR_ADV_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:511`` 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_ISO_SET int "LE Isochronous Channel advertising sets" range 1 32 default 1 depends on \ :option:`BT_CTLR_ADV_ISO ` && \ :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.)*