CONFIG_BT_CTLR_CONN_ISO_STREAMS_PER_GROUP

LE Connected Isochronous Streams per Group

Type: int

Help

Maximum supported CISes per CIG.

Direct dependencies

BT_CTLR_CONN_ISO && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:307

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

config BT_CTLR_CONN_ISO_STREAMS_PER_GROUP
    int "LE Connected Isochronous Streams per Group"
    range 1 31
    default 2
    depends on BT_CTLR_CONN_ISO && BT_CTLR && BT_HCI && BT
    help
      Maximum supported CISes per CIG.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)