:orphan: .. title:: CONFIG_BT_CTLR_CONN_ISO_STREAMS .. kconfig:: CONFIG_BT_CTLR_CONN_ISO_STREAMS CONFIG_BT_CTLR_CONN_ISO_STREAMS ############################### *LE Connected Isochronous Streams* Type: ``int`` Help ==== .. code-block:: none Maximum supported total number of CISes. Direct dependencies =================== \ :kconfig:`BT_CTLR_CONN_ISO ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/bluetooth/controller/Kconfig:594`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig config BT_CTLR_CONN_ISO_STREAMS int "LE Connected Isochronous Streams" range 1 64 default 2 depends on BT_CTLR_CONN_ISO && BT_CTLR && BT_HCI && BT help Maximum supported total number of CISes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*