:orphan: .. title:: BT_AUDIO .. option:: CONFIG_BT_AUDIO *Bluetooth Audio support [Experimental]* Type: ``bool`` Help ==== This option enables Bluetooth Audio support. The specific features that are available may depend on other features that have been enabled in the stack, such as Periodic Advertisement for Broadcast and L2CAP Dynamic Channel for Unicast. Direct dependencies =================== \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/audio/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:239`` → ``subsys/bluetooth/host/Kconfig:166`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: menuconfig BT_AUDIO bool "Bluetooth Audio support [Experimental]" depends on \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help This option enables Bluetooth Audio support. The specific features that are available may depend on other features that have been enabled in the stack, such as Periodic Advertisement for Broadcast and L2CAP Dynamic Channel for Unicast. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*