We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d99f3 commit 059e305Copy full SHA for 059e305
zephyr-sys/build.rs
@@ -72,6 +72,7 @@ fn main() -> Result<()> {
72
.allowlist_function("gpio_.*")
73
.allowlist_function("sys_.*")
74
.allowlist_function("z_log.*")
75
+ .allowlist_function("bt_.*")
76
.allowlist_item("E.*")
77
.allowlist_item("K_.*")
78
.allowlist_item("ZR_.*")
zephyr-sys/wrapper.h
@@ -34,6 +34,7 @@ extern int errno;
34
#include <zephyr/kernel/thread_stack.h>
35
#include <zephyr/drivers/gpio.h>
36
#include <zephyr/logging/log.h>
37
+#include <zephyr/bluetooth/bluetooth.h>
38
39
/*
40
* bindgen will output #defined constant that resolve to simple numbers. There are some symbols
0 commit comments