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 if’s and menus.)

Kconfig definition

At drivers/bluetooth/hci/Kconfig:27

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:12drivers/bluetooth/Kconfig:20

Menu path: (top menu) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver

config BT_H5
    bool
    prompt "H:5 UART [EXPERIMENTAL]" if SERIAL && <choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>
    select UART_INTERRUPT_DRIVEN if SERIAL && <choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>
    select BT_UART if SERIAL && <choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>
    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.

(Definitions include propagated dependencies, including from if’s and menus.)