zephyr/samples/bluetooth/hci_usb
Tomasz Moń 8d344cc9d8 usb: device_next: Rename usbd_contex to usbd_context
Add the missing "t" to struct usbd_contex. No functional changes.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-06-03 06:43:20 -07:00
..
src usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
CMakeLists.txt samples: bluetooth: hci_usb: Use common USB sample initialization 2024-03-20 12:34:46 +01:00
Kconfig samples: bluetooth: hci_usb: Use common USB sample initialization 2024-03-20 12:34:46 +01:00
prj.conf samples: Bluetooth: hci_usb: Disable USB_CDC_ACM 2023-06-09 11:44:02 -04:00
README.rst boards: nrf52840_pca10056: Rename board to nrf52840dk_nrf52840 2020-03-27 09:14:08 +01:00
sample.yaml hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
usbd_next_prj.conf samples: bluetooth: hci_usb: Use common USB sample initialization 2024-03-20 12:34:46 +01:00

.. _bluetooth-hci-usb-sample:

Bluetooth: HCI USB
##################

Overview
********

Make a USB Bluetooth dongle out of Zephyr. Requires USB device support from the
board it runs on (e.g. :ref:`nrf52840dk_nrf52840` supports both BLE and USB).

Requirements
************

* Bluetooth stack running on the host (e.g. BlueZ)
* A board with Bluetooth and USB support in Zephyr

Building and Running
********************
This sample can be found under :zephyr_file:`samples/bluetooth/hci_usb` in the
Zephyr tree.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.