add zephyr bluetooth submodule

This commit is contained in:
sakumisu
2024-01-29 20:51:06 +08:00
parent cdfb7c3fb2
commit feb69dcd95
4 changed files with 15 additions and 6 deletions

View File

@@ -1,12 +1,7 @@
#include "usbh_core.h"
#include "usbh_bluetooth.h"
#include <sys/byteorder.h>
#include <drivers/bluetooth/hci_driver.h>
#ifndef CONFIG_BT_RECV_IS_RX_THREAD
#error usb bluetooth must enable CONFIG_BT_RECV_IS_RX_THREAD
#endif
#include <zephyr.h>
/* compatible with low version that less than v2.7.5 */