Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfdbcb3b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change request for Rust v1.64.0" am: a4af3246

parents 6a05258f a4af3246
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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");