:orphan: .. title:: CONFIG_BT_ISO_SYNC_RECEIVER .. kconfig:: CONFIG_BT_ISO_SYNC_RECEIVER CONFIG_BT_ISO_SYNC_RECEIVER ########################### *Bluetooth Isochronous Synchronized Receiver Support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none This option enables support for the Bluetooth Isochronous Synchronized Receiver. Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_ISO_BROADCAST ` - \ :kconfig:`BT_OBSERVER ` - \ :kconfig:`BT_PER_ADV_SYNC ` - \ :kconfig:`EXPERIMENTAL ` Symbols that select this symbol =============================== - \ :kconfig:`BT_AUDIO_BROADCAST_SINK ` Kconfig definition ================== At ``/bluetooth/Kconfig.iso:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:178`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_ISO_SYNC_RECEIVER bool "Bluetooth Isochronous Synchronized Receiver Support [EXPERIMENTAL]" select BT_ISO_BROADCAST select BT_OBSERVER select BT_PER_ADV_SYNC select EXPERIMENTAL depends on BT_HCI && BT help This option enables support for the Bluetooth Isochronous Synchronized Receiver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*