CONFIG_BT_AUDIO_BROADCAST_SNK_COUNT

Basic Audio Broadcaster Sink count

Type: int

Help

This option sets the number of broadcast sinks to support.
One broadcast sink can receive multiple streams
(up to BT_AUDIO_BROADCAST_SNK_STREAM_COUNT per broadcast sink).

Direct dependencies

BT_AUDIO_BROADCAST_SINK && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

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

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] → Bluetooth Broadcast Sink Audio Support [EXPERIMENTAL]

config BT_AUDIO_BROADCAST_SNK_COUNT
    int "Basic Audio Broadcaster Sink count"
    range 0 BT_ISO_MAX_BIG
    default 1
    depends on BT_AUDIO_BROADCAST_SINK && BT_AUDIO && BT
    help
      This option sets the number of broadcast sinks to support.
      One broadcast sink can receive multiple streams
      (up to BT_AUDIO_BROADCAST_SNK_STREAM_COUNT per broadcast sink).

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