1sample: 2 name: Bluetooth over USB sample 3tests: 4 sample.bluetooth.hci_usb: 5 harness: bluetooth 6 depends_on: 7 - usb_device 8 - ble 9 tags: 10 - usb 11 - bluetooth 12 sample.bluetooth.hci_usb.device_next: 13 harness: bluetooth 14 depends_on: 15 - usb_device 16 - ble 17 tags: 18 - usb 19 - bluetooth 20 extra_args: CONF_FILE="usbd_next_prj.conf" 21 platform_allow: nrf52840dk/nrf52840 22