The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT_ISO_UNICAST

Bluetooth Isochronous Channel Unicast Support [EXPERIMENTAL]

Type: bool

Help

This option enables support for Bluetooth Broadcast
Isochronous channels.

Direct dependencies

BT_CONN && 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 subsys/bluetooth/Kconfig.iso:10

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:172

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

config BT_ISO_UNICAST
    bool "Bluetooth Isochronous Channel Unicast Support [EXPERIMENTAL]"
    select BT_ISO
    depends on BT_CONN && BT_HCI && BT
    help
      This option enables support for Bluetooth Broadcast
      Isochronous channels.

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