1sample: 2 name: Bluetooth HCI UART Async 3 description: 4 This sample is a batteries-included example of a Bluetooth HCI UART 5 connectivity chip. 6 7 It demonstrates a possible implementation of an HCI UART (H4) 8 interface on top of Zephyr's Bluetooth Raw API, and how to expose it 9 over a UART. 10 11 This implementation is based on the Zephyr Asynchoronous UART API. 12tests: 13 sample.bluetooth.hci_uart_async.nrf5: 14 harness: bluetooth 15 platform_allow: 16 - nrf52dk_nrf52832 17 tags: 18 - uart 19 - bluetooth 20