:orphan: .. title:: CONFIG_BT_CTLR_SYNC_ISO_STREAM_MAX .. kconfig:: CONFIG_BT_CTLR_SYNC_ISO_STREAM_MAX CONFIG_BT_CTLR_SYNC_ISO_STREAM_MAX ################################## *Maximum supported ISO Synchronized Receiver Streams per Broadcast ISO group* Type: ``int`` Help ==== .. code-block:: none Maximum supported ISO Synchronized Receiver Streams per Broadcast ISO group. Direct dependencies =================== \ :kconfig:`BT_CTLR_SYNC_ISO ` && \ :kconfig:`BT_CTLR_ADV_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/bluetooth/controller/Kconfig:649`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:181`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL] .. code-block:: kconfig config BT_CTLR_SYNC_ISO_STREAM_MAX int "Maximum supported ISO Synchronized Receiver Streams per Broadcast ISO group" range 1 31 depends on BT_CTLR_SYNC_ISO && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT help Maximum supported ISO Synchronized Receiver Streams per Broadcast ISO group. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*