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