:orphan: .. title:: CONFIG_BT_AUDIO_STREAM .. kconfig:: CONFIG_BT_AUDIO_STREAM CONFIG_BT_AUDIO_STREAM ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BT_ASCS ` || \ :kconfig:`BT_AUDIO_UNICAST_CLIENT ` || \ :kconfig:`BT_AUDIO_BROADCAST_SOURCE ` || \ :kconfig:`BT_AUDIO_BROADCAST_SINK ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig.baps:253`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] .. code-block:: kconfig config BT_AUDIO_STREAM bool default y if BT_ASCS || BT_AUDIO_UNICAST_CLIENT || BT_AUDIO_BROADCAST_SOURCE || BT_AUDIO_BROADCAST_SINK depends on BT_AUDIO && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*