:orphan: .. title:: CONFIG_BT_AUDIO_BROADCAST .. kconfig:: CONFIG_BT_AUDIO_BROADCAST 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 =================== \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_ISO_BROADCAST ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:194`` 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_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.)*