:orphan: .. title:: BT_ISO .. option:: CONFIG_BT_ISO *Bluetooth Isochronous Channel Support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Select this to enable Isochronous Channel support. Direct dependencies =================== \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BT_AUDIO_UNICAST ` - \ :option:`BT_AUDIO_BROADCAST ` Kconfig definition ================== At ``/bluetooth/Kconfig:226`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_ISO bool "Bluetooth Isochronous Channel Support [EXPERIMENTAL]" depends on BT_CONN && BT_HCI && BT help Select this to enable Isochronous Channel support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*