CONFIG_BT_H5

H:5 UART [EXPERIMENTAL]

Type: bool

Help

Bluetooth three-wire (H:5) UART driver. Implementation of HCI Three-Wire UART Transport Layer.

Direct dependencies

SERIAL && <choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/bluetooth/hci/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:8<Zephyr>/drivers/bluetooth/Kconfig:16

Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver

config BT_H5
    bool "H:5 UART [EXPERIMENTAL]"
    select UART_INTERRUPT_DRIVEN
    select BT_UART
    depends on SERIAL && <choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>
    help
      Bluetooth three-wire (H:5) UART driver. Implementation of HCI
      Three-Wire UART Transport Layer.

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