CONFIG_BT_ISO_BROADCASTER

Bluetooth Isochronous Broadcaster Support [EXPERIMENTAL]

Type: bool

Help

This option enables support for the Bluetooth Isochronous Broadcaster.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Subsystem>/bluetooth/Kconfig.iso:25

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

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

config BT_ISO_BROADCASTER
    bool "Bluetooth Isochronous Broadcaster Support [EXPERIMENTAL]"
    select BT_ISO_BROADCAST
    select BT_BROADCASTER
    select BT_PER_ADV
    depends on BT_HCI && BT
    help
      This option enables support for the Bluetooth Isochronous Broadcaster.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)