CONFIG_BT_AUDIO_UNICAST_CLIENT_GROUP_COUNT

Basic Audio Unicast Group count

Type: int

Help

This option sets the number of connected audio groups to support as
the unicast client.

Direct dependencies

BT_AUDIO_UNICAST && BT_AUDIO_UNICAST_CLIENT && BT_AUDIO_UNICAST && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

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

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_GROUP_COUNT
    int "Basic Audio Unicast Group count"
    range 0 BT_ISO_MAX_CIG
    default BT_ISO_MAX_CIG
    depends on BT_AUDIO_UNICAST && BT_AUDIO_UNICAST_CLIENT && BT_AUDIO_UNICAST && BT_AUDIO && BT
    help
      This option sets the number of connected audio groups to support as
      the unicast client.

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