CONFIG_BT_CSIS_MAX_INSTANCE_COUNT

Coordinated Set Identification Service max instance count

Type: int

Help

This option sets the maximum number of instances of Coordinated Set
Identification Services. If the service is declared as primary service
then only a single instance is possible.

Direct dependencies

BT_CSIS && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

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

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 Service Support [EXPERIMENTAL]

config BT_CSIS_MAX_INSTANCE_COUNT
    int "Coordinated Set Identification Service max instance count"
    range 1 255
    default 1
    depends on BT_CSIS && BT_AUDIO && BT_AUDIO && BT
    help
      This option sets the maximum number of instances of Coordinated Set
      Identification Services. If the service is declared as primary service
      then only a single instance is possible.

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