:orphan: .. title:: BT_AUDIO_UNICAST .. option:: CONFIG_BT_AUDIO_UNICAST *Bluetooth Unicast Audio Support* Type: ``bool`` Help ==== This option enables support for Bluetooth Unicast Audio using Isochronous channels. Direct dependencies =================== \ :option:`BT_CONN ` && \ :option:`BT_AUDIO ` && \ :option:`BT_HCI_HOST ` && \ :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_SMP ` - \ :option:`BT_L2CAP_DYNAMIC_CHANNEL ` - \ :option:`BT_ISO ` - \ :option:`BT_GATT_DYNAMIC_DB ` - \ :option:`BT_GATT_CACHING ` - \ :option:`BT_L2CAP_ECRED ` - \ :option:`BT_EATT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/audio/Kconfig:25`` 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 → Bluetooth Audio support [Experimental] .. parsed-literal:: config BT_AUDIO_UNICAST bool "Bluetooth Unicast Audio Support" select \ :option:`BT_SMP ` select \ :option:`BT_L2CAP_DYNAMIC_CHANNEL ` select \ :option:`BT_ISO ` select \ :option:`BT_GATT_DYNAMIC_DB ` select \ :option:`BT_GATT_CACHING ` select \ :option:`BT_L2CAP_ECRED ` select \ :option:`BT_EATT ` depends on \ :option:`BT_CONN ` && \ :option:`BT_AUDIO ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help This option enables support for Bluetooth Unicast Audio using Isochronous channels. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*