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