1.. _bluetooth-hci-usb-h4-sample: 2 3Bluetooth: HCI H4 over USB 4########################## 5 6Overview 7******** 8 9Make a USB H4 Bluetooth dongle out of Zephyr. Requires USB device support from 10the board it runs on (e.g. :ref:`nrf52840dk_nrf52840` supports both BLE and 11USB). 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_h4` in 22the Zephyr tree. 23 24See :ref:`bluetooth samples section <bluetooth-samples>` for details. 25