summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-01-29 20:51:06 +0800
committersakumisu <[email protected]>2024-01-29 21:14:35 +0800
commitfeb69dcd95584a23d60df4b34e886b66fed4b1c4 (patch)
tree0ab97023ef505184370856fb968caebb11f194f2 /third_party
parentcdfb7c3fb2008ecaddac6b33decbcdb9a64b3446 (diff)
add zephyr bluetooth submodule
Diffstat (limited to 'third_party')
-rw-r--r--third_party/zephyr_bluetooth-2.7.5/ble_hci_usbh.c (renamed from third_party/zephyr_bluetooth-2.x.x/ble_hci_usbh.c)7
m---------third_party/zephyr_bluetooth-2.7.5/zephyr_bluetooth0
2 files changed, 1 insertions, 6 deletions
diff --git a/third_party/zephyr_bluetooth-2.x.x/ble_hci_usbh.c b/third_party/zephyr_bluetooth-2.7.5/ble_hci_usbh.c
index 940fb741..0f30f341 100644
--- a/third_party/zephyr_bluetooth-2.x.x/ble_hci_usbh.c
+++ b/third_party/zephyr_bluetooth-2.7.5/ble_hci_usbh.c
@@ -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 */
diff --git a/third_party/zephyr_bluetooth-2.7.5/zephyr_bluetooth b/third_party/zephyr_bluetooth-2.7.5/zephyr_bluetooth
new file mode 160000
+Subproject 2549662b2a5b1aa9f2c32e5117890ccf5b40fc2