:orphan: .. title:: BT_ISO_BROADCAST .. option:: CONFIG_BT_ISO_BROADCAST *Bluetooth ISO Broadcast Channels supported* Type: ``bool`` Help ==== .. code-block:: none This option enables support for Bluetooth Broadcast Isochronous channels. Direct dependencies =================== \ :option:`BT_ISO ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`BT_EXT_ADV ` - \ :option:`BT_PER_ADV ` - \ :option:`BT_PER_ADV_SYNC ` Symbols that select this symbol =============================== - \ :option:`BT_AUDIO_BROADCAST ` Kconfig definition ================== At ``/bluetooth/Kconfig:284`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Isochronous Channel Support [EXPERIMENTAL] .. code-block:: kconfig config BT_ISO_BROADCAST bool "Bluetooth ISO Broadcast Channels supported" select BT_EXT_ADV select BT_PER_ADV select BT_PER_ADV_SYNC depends on BT_ISO && BT_HCI && BT help This option enables support for Bluetooth Broadcast Isochronous channels. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*