Skip to content

Commit 7752289

Browse files
committed
Add bt_ APIs to the generated bindings
Add bt_ APIs to the generated bindings to enable bluetooth application development.
1 parent 51d99f3 commit 7752289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephyr-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ fn main() -> Result<()> {
7272
.allowlist_function("gpio_.*")
7373
.allowlist_function("sys_.*")
7474
.allowlist_function("z_log.*")
75+
.allowlist_function("bt_.*")
7576
.allowlist_item("E.*")
7677
.allowlist_item("K_.*")
7778
.allowlist_item("ZR_.*")

0 commit comments

Comments
 (0)