Loading system/gd/rust/shim/src/bridge.rs +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pub use crate::hci::*; pub use crate::stack::*; #[cxx::bridge(namespace = bluetooth::shim::rust)] #[allow(unused_must_use)] pub mod ffi { extern "Rust" { type Stack; Loading system/gd/rust/shim/src/message_loop_thread.rs +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ use tokio::runtime::Runtime; use tokio::sync::mpsc::{unbounded_channel, UnboundedSender}; #[cxx::bridge(namespace = bluetooth::shim::rust)] #[allow(unused_must_use)] mod ffi { unsafe extern "C++" { include!("callbacks/callbacks.h"); Loading Loading
system/gd/rust/shim/src/bridge.rs +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pub use crate::hci::*; pub use crate::stack::*; #[cxx::bridge(namespace = bluetooth::shim::rust)] #[allow(unused_must_use)] pub mod ffi { extern "Rust" { type Stack; Loading
system/gd/rust/shim/src/message_loop_thread.rs +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ use tokio::runtime::Runtime; use tokio::sync::mpsc::{unbounded_channel, UnboundedSender}; #[cxx::bridge(namespace = bluetooth::shim::rust)] #[allow(unused_must_use)] mod ffi { unsafe extern "C++" { include!("callbacks/callbacks.h"); Loading