mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 23:26:28 +00:00
Docs need a label at the top so we can use :ref:`labelname` to create a link to that doc from other docs. Change-Id: Ide66f75ca8fac0d5f65fbfc50dc9d130cf45b392 Signed-off-by: David B. Kinder <david.b.kinder@intel.com> |
||
---|---|---|
.. | ||
src | ||
generic.conf | ||
Makefile | ||
microbit.conf | ||
nrf5.conf | ||
README.rst | ||
testcase.ini |
.. _bluetooth-hci-uart-sample: Bluetooth: HCI UART #################### Overview ********* Expose Zephyr Bluetooth Controller support over UART to another device/CPU using the H:4 HCI transport protocol (requires HW flow control from the UART) Requirements ************ * BlueZ running on the host, or * A board with BLE support Building and Running ******************** This sample can be found under :file:`samples/bluetooth/hci_uart` in the Zephyr tree. See :ref:`bluetooth setup section <bluetooth_setup>` for details.