Ac6 Training Logo
Training Consulting Tools
xref: /Zephyr-4.2.1/samples/bluetooth/hci_uart_async/sample.yaml
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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

served by {OpenGrok

Last Index Update: Tue Jan 20 03:01:20 CET 2026

CodEx Logo