README.rst
1.. zephyr:code-sample:: bluetooth_hci_usb
2 :name: HCI USB
3 :relevant-api: hci_raw bluetooth _usb_device_core_api usbd_api
4
5 Turn a Zephyr board into a USB Bluetooth dongle (compatible with all operating systems).
6
7Overview
8********
9
10Make a USB Bluetooth dongle out of Zephyr. Requires USB device support from the
11board it runs on (e.g. :ref:`nrf52840dk_nrf52840` supports both Bluetooth LE and USB).
12
13Requirements
14************
15
16* Bluetooth stack running on the host (e.g. BlueZ)
17* A board with Bluetooth and USB support in Zephyr
18
19Building and Running
20********************
21This sample can be found under :zephyr_file:`samples/bluetooth/hci_usb` in the
22Zephyr tree.
23
24See :zephyr:code-sample-category:`bluetooth` samples for details.
25