:orphan: .. title:: BT_CTLR_CONN_ISO_GROUPS .. option:: CONFIG_BT_CTLR_CONN_ISO_GROUPS *LE Connected Isochronous Groups* Type: ``int`` Help ==== .. code-block:: none Maximum supported CIGs. Direct dependencies =================== \ :option:`BT_CTLR_CONN_ISO ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/controller/Kconfig:576`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:307`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig config BT_CTLR_CONN_ISO_GROUPS int "LE Connected Isochronous Groups" range 1 240 default 1 depends on BT_CTLR_CONN_ISO && BT_CTLR && BT_HCI && BT help Maximum supported CIGs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*