:orphan: .. title:: BT_ISO_MAX_CHAN .. option:: CONFIG_BT_ISO_MAX_CHAN *Maximum number of simultaneous ISO channels* Type: ``int`` Help ==== .. code-block:: none Maximum number of simultaneous Bluetooth isochronous channels supported. Direct dependencies =================== \ :option:`BT_ISO ` && \ :option:`BT_ISO ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_MAX_CONN ` Kconfig definition ================== At ``/bluetooth/Kconfig:234`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Isochronous Channel Support [EXPERIMENTAL] .. code-block:: kconfig config BT_ISO_MAX_CHAN int "Maximum number of simultaneous ISO channels" range 1 64 default BT_MAX_CONN 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.)*