CONFIG_BT_AUDIO_UNICAST_CLIENT_ASE_SNK_COUNT

Basic Audio Profile ASE Sink count

Type: int

Help

This option enables caching a number of Audio Stream Endpoint Sink
instances for Basic Audio Profile on a per connection basis.

Direct dependencies

BT_AUDIO_UNICAST_CLIENT && BT_AUDIO_UNICAST && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

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

Included via Kconfig:8Kconfig.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_UNICAST_CLIENT_ASE_SNK_COUNT
    int "Basic Audio Profile ASE Sink count"
    range 0 2
    default 2
    depends on BT_AUDIO_UNICAST_CLIENT && BT_AUDIO_UNICAST && BT_AUDIO && BT
    help
      This option enables caching a number of Audio Stream Endpoint Sink
      instances for Basic Audio Profile on a per connection basis.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)