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 Driver>/bluetooth/hci/Kconfig:24
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:8 → <Zephyr Driver>/bluetooth/Kconfig:20
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>
    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.)