CONFIG_BT_ASCS_ASE_SNK_COUNT

Number of Audio Stream Endpoint Sink Characteristics

Type: int

Help

An ASE Sink characteristic represents the state of an ASE, which is
coupled to a single direction of a unicast Audio Stream.

Direct dependencies

BT_ASCS && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <Subsystem>/bluetooth/audio/Kconfig.ascs:17

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

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Published Audio Capabilities Service Support → Audio Stream Control Service Support

config BT_ASCS_ASE_SNK_COUNT
    int "Number of Audio Stream Endpoint Sink Characteristics"
    range 0 2
    default 2
    depends on BT_ASCS && BT_AUDIO && BT
    help
      An ASE Sink characteristic represents the state of an ASE, which is
      coupled to a single direction of a unicast Audio Stream.

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