:orphan: .. title:: CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT .. kconfig:: CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT #################################### *Maximum ISO Synchronized Receiver Streams* Type: ``int`` Help ==== .. code-block:: none Maximum ISO Synchronized Receiver Streams supported in the the Controller across all Broadcast ISO groups. 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:657`` 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_COUNT int "Maximum ISO Synchronized Receiver Streams" range BT_CTLR_SYNC_ISO_STREAM_MAX 64 depends on BT_CTLR_SYNC_ISO && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT help Maximum ISO Synchronized Receiver Streams supported in the the Controller across all Broadcast ISO groups. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*