CONFIG_BT_CSIS_CLIENT_MAX_CSIS_INSTANCES

Coordinated Set Identification Service Count

Type: int

Help

Sets the number of service instances, which corresponds to the number
of different sets the peer device may be in.

Direct dependencies

BT_CSIS_CLIENT && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/bluetooth/audio/Kconfig.csis:84

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:200<Zephyr>/subsys/bluetooth/audio/Kconfig:64

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Coordinated Set Identification Profile Support [EXPERIMENTAL]

config BT_CSIS_CLIENT_MAX_CSIS_INSTANCES
    int "Coordinated Set Identification Service Count"
    range 1 3
    default 1
    depends on BT_CSIS_CLIENT && BT_AUDIO && BT_AUDIO && BT
    help
      Sets the number of service instances, which corresponds to the number
      of different sets the peer device may be in.

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