:orphan: .. title:: CONFIG_BT_AUDIO_UNICAST_CLIENT_GROUP_COUNT .. kconfig:: CONFIG_BT_AUDIO_UNICAST_CLIENT_GROUP_COUNT CONFIG_BT_AUDIO_UNICAST_CLIENT_GROUP_COUNT ########################################## *Basic Audio Unicast Group count* Type: ``int`` Help ==== .. code-block:: none This option sets the number of connected audio groups to support as the unicast client. Direct dependencies =================== \ :kconfig:`BT_AUDIO_UNICAST ` && \ :kconfig:`BT_AUDIO_UNICAST_CLIENT ` && \ :kconfig:`BT_AUDIO_UNICAST ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_ISO_MAX_CIG ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig.baps:77`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] .. code-block:: kconfig 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.)*