zephyr/samples/bluetooth/hci_uart
Anas Nashif 3afb47887f samples: hci_uart: optimize testcase definition
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-06-22 09:22:48 -04:00
..
src samples: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
96b_nitrogen.overlay samples: bluetooth: Set DT baud rate for nRF5x boards 2017-05-03 08:43:17 -05:00
generic.conf Bluetooth: Kconfig: Restructure for a more logical hierarchy 2016-11-11 07:59:15 +02:00
Makefile
microbit.conf Bluetooth: hci_uart: reduce configured stack sizes 2016-12-03 17:09:38 +00:00
nrf5.conf Bluetooth: Set hci_uart RAM config to fit privacy 2017-06-22 14:40:23 +03:00
nrf51_blenano.overlay samples: bluetooth: Set DT baud rate for nRF5x boards 2017-05-03 08:43:17 -05:00
nrf51_pca10028.overlay samples: bluetooth: Set DT baud rate for nRF5x boards 2017-05-03 08:43:17 -05:00
nrf52_blenano2.overlay samples: bluetooth: Set DT baud rate for nRF5x boards 2017-05-03 08:43:17 -05:00
nrf52_pca10040.overlay samples: bluetooth: Set DT baud rate for nRF5x boards 2017-05-03 08:43:17 -05:00
nrf52840_pca10056.overlay samples: bluetooth: Set DT baud rate for nRF5x boards 2017-05-03 08:43:17 -05:00
README.rst doc: add labels to bluetooth sample docs 2017-04-04 19:51:27 +00:00
sample.yaml samples: hci_uart: optimize testcase definition 2017-06-22 09:22:48 -04:00

.. _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.