:orphan: .. title:: CONFIG_BT_H5 .. kconfig:: CONFIG_BT_H5 CONFIG_BT_H5 ############ *H:5 UART [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Bluetooth three-wire (H:5) UART driver. Implementation of HCI Three-Wire UART Transport Layer. Direct dependencies =================== \ :kconfig:`SERIAL ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`UART_INTERRUPT_DRIVEN ` - \ :kconfig:`BT_UART ` Kconfig definition ================== At ``/bluetooth/hci/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver .. code-block:: kconfig config BT_H5 bool "H:5 UART [EXPERIMENTAL]" select UART_INTERRUPT_DRIVEN select BT_UART depends on SERIAL && 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.)*