CONFIG_BT_ISO_MAX_CIG¶
Maximum number of Connected Isochronous Groups (CIGs) to support
Type: int
Help¶
Maximum number of CIGs that are supported by the host. A CIG can be
used for either transmitting or receiving.
Direct dependencies¶
BT_ISO_UNICAST && BT_ISO && BT_HCI && BT
(Includes any dependencies from ifs and menus.)
Default¶
- 1 
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/Kconfig.iso:83
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:9 → <Zephyr Subsystem>/bluetooth/Kconfig:172
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_ISO_MAX_CIG
    int "Maximum number of Connected Isochronous Groups (CIGs) to support"
    default 1
    depends on BT_ISO_UNICAST && BT_ISO && BT_HCI && BT
    help
      Maximum number of CIGs that are supported by the host. A CIG can be
      used for either transmitting or receiving.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)