:orphan: .. title:: CONFIG_BT_CTLR_ADV_ISO_SET .. kconfig:: CONFIG_BT_CTLR_ADV_ISO_SET CONFIG_BT_CTLR_ADV_ISO_SET ########################## *LE Isochronous Channel advertising sets* Type: ``int`` Help ==== .. code-block:: none Maximum supported advertising sets. Direct dependencies =================== \ :kconfig:`BT_CTLR_ADV_ISO ` && \ :kconfig:`BT_CTLR_ADV_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/controller/Kconfig:536`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL] .. code-block:: kconfig config BT_CTLR_ADV_ISO_SET int "LE Isochronous Channel advertising sets" range 1 32 default 1 depends on BT_CTLR_ADV_ISO && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT help Maximum supported advertising sets. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*