2017-04-05 03:06:31 +08:00
|
|
|
.. _bluetooth-hci-usb-sample:
|
|
|
|
|
2017-01-20 09:42:36 +08:00
|
|
|
Bluetooth: HCI USB
|
|
|
|
##################
|
|
|
|
|
|
|
|
Overview
|
|
|
|
********
|
|
|
|
|
|
|
|
Make a USB Bluetooth dongle out of Zephyr. Requires USB device support from the
|
2018-12-11 18:48:14 +08:00
|
|
|
board it runs on (e.g. :ref:`nrf52840_pca10056` supports both BLE and USB).
|
2017-01-20 09:42:36 +08:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
************
|
|
|
|
|
2018-04-18 17:36:28 +08:00
|
|
|
* Bluetooth stack running on the host (e.g. BlueZ)
|
|
|
|
* A board with Bluetooth and USB support in Zephyr
|
2017-01-20 09:42:36 +08:00
|
|
|
|
|
|
|
Building and Running
|
|
|
|
********************
|
2019-03-09 06:21:37 +08:00
|
|
|
This sample can be found under :zephyr_file:`samples/bluetooth/hci_usb` in the
|
2017-01-27 00:23:42 +08:00
|
|
|
Zephyr tree.
|
2017-01-20 09:42:36 +08:00
|
|
|
|
|
|
|
See :ref:`bluetooth setup section <bluetooth_setup>` for details.
|