:orphan: .. title:: CONFIG_BT_CSIS_MAX_INSTANCE_COUNT .. kconfig:: CONFIG_BT_CSIS_MAX_INSTANCE_COUNT CONFIG_BT_CSIS_MAX_INSTANCE_COUNT ################################# *Coordinated Set Identification Service max instance count* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_CSIS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.csis:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:33`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Coordinated Set Identification Service Support [EXPERIMENTAL] .. code-block:: kconfig 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.)*