CONFIG_BT_CTLR_CONN_ISO_GROUPS

LE Connected Isochronous Groups

Type: int

Help

Maximum supported CIGs.

Direct dependencies

BT_CTLR_CONN_ISO && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig:587

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:324

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller

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.)