:orphan: .. title:: BT_H5 .. option:: 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 =================== \ :option:`SERIAL ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`UART_INTERRUPT_DRIVEN ` - \ :option:`BT_UART ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:8`` → ``drivers/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver .. parsed-literal:: config BT_H5 bool "H:5 UART [EXPERIMENTAL]" select \ :option:`UART_INTERRUPT_DRIVEN ` select \ :option:`BT_UART ` depends on \ :option:`SERIAL ` && \ :ref:` ` 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.)*