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

Commit a4af3246 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change request for Rust v1.64.0"

parents c1bc5b3f 6aaace01
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");