CONFIG_BT_ISO_SYNC_RECEIVER

Bluetooth Isochronous Synchronized Receiver Support [EXPERIMENTAL]

Type: bool

Help

This option enables support for the Bluetooth Isochronous
Synchronized Receiver.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/bluetooth/Kconfig.iso:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:178

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

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.)