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

..--

src/04-Jan-2025-4631

CMakeLists.txtD04-Jan-2025252 96

KconfigD04-Jan-2025373 107

README.rstD04-Jan-2025738 2517

prj.confD04-Jan-2025509 1811

sample.yamlD04-Jan-2025424 2221

usbd_next_prj.confD04-Jan-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