The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT_ISO_MAX_CHAN

Maximum number of simultaneous ISO channels

Type: int

Help

Maximum number of simultaneous Bluetooth isochronous channels
supported.

Direct dependencies

BT_ISO && BT_ISO && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/Kconfig.iso:31

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:172

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

config BT_ISO_MAX_CHAN
    int "Maximum number of simultaneous ISO channels"
    range 1 64
    default BT_MAX_CONN if BT_CONN
    default 1
    depends on BT_ISO && BT_ISO && BT_HCI && BT
    help
      Maximum number of simultaneous Bluetooth isochronous channels
      supported.

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