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

..--

src/18-Mar-2025-4631

CMakeLists.txtD18-Mar-2025252 96

KconfigD18-Mar-2025373 107

README.rstD18-Mar-2025738 2517

prj.confD18-Mar-2025330 1410

sample.yamlD18-Mar-2025424 2221

usbd_next_prj.confD18-Mar-2025364 1814

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