:orphan: .. title:: CONFIG_BT_ISO_MAX_CHAN .. kconfig:: CONFIG_BT_ISO_MAX_CHAN 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 =================== \ :kconfig:`BT_ISO ` && \ :kconfig:`BT_ISO ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`BT_MAX_CONN ` if \ :kconfig:`BT_CONN ` - 1 Kconfig definition ================== At ``/bluetooth/Kconfig.iso:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:172`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig 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.)*