:orphan: .. title:: CONFIG_BT_CSIS_CLIENT_MAX_CSIS_INSTANCES .. kconfig:: CONFIG_BT_CSIS_CLIENT_MAX_CSIS_INSTANCES CONFIG_BT_CSIS_CLIENT_MAX_CSIS_INSTANCES ######################################## *Coordinated Set Identification Service Count* Type: ``int`` Help ==== .. code-block:: none Sets the number of service instances, which corresponds to the number of different sets the peer device may be in. Direct dependencies =================== \ :kconfig:`BT_CSIS_CLIENT ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.csis:84`` 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 Profile Support [EXPERIMENTAL] .. code-block:: kconfig 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.)*