CONFIG_BT_AUDIO_STREAM

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Subsystem>/bluetooth/audio/Kconfig.baps:253

Included via Kconfig:8 → Kconfig.zephyr:44 → <Subsystem>/Kconfig:9 → <Subsystem>/bluetooth/Kconfig:200 → <Subsystem>/bluetooth/audio/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL]

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.)