• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/11-Mar-2024-9368

CMakeLists.txtD11-Mar-2024189 85

README.rstD11-Mar-2024583 2416

prj.confD11-Mar-2024509 1811

sample.yamlD11-Mar-2024497 2422

usbd_next_prj.confD11-Mar-2024286 1612

README.rst

1.. _bluetooth-hci-usb-sample:
2
3Bluetooth: HCI USB
4##################
5
6Overview
7********
8
9Make a USB Bluetooth dongle out of Zephyr. Requires USB device support from the
10board it runs on (e.g. :ref:`nrf52840dk_nrf52840` supports both BLE and USB).
11
12Requirements
13************
14
15* Bluetooth stack running on the host (e.g. BlueZ)
16* A board with Bluetooth and USB support in Zephyr
17
18Building and Running
19********************
20This sample can be found under :zephyr_file:`samples/bluetooth/hci_usb` in the
21Zephyr tree.
22
23See :ref:`bluetooth samples section <bluetooth-samples>` for details.
24