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

CONFIG_BT_HCI_RAW_H4_ENABLE

RAW HCI H:4 transport enable

Type: bool

Help

This option enables use of H:4 transport for HCI RAW access at
build time.

Direct dependencies

BT_HCI_RAW_H4 && 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 subsys/bluetooth/Kconfig:61

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

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → RAW HCI H:4 transport

config BT_HCI_RAW_H4_ENABLE
    bool "RAW HCI H:4 transport enable"
    depends on BT_HCI_RAW_H4 && BT_HCI && BT
    help
      This option enables use of H:4 transport for HCI RAW access at
      build time.

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