Add topshim for bluetooth interface
In order for the Rust front-end to use the bluetooth interface, add a topshim to give Rust code access to C++. Also includes some debug code in adapter/main.rs which will eventually be replaced with a proper dbus frontend. Bug: 183208689 Tag: #floss Test: atest --host bluetooth_test_gd BYPASS_LONG_LINES_REASON: Bluetooth likes 120 char lines Change-Id: I58caec1ffadcc1d8d7e92f7c9669fa4f4d5bb91f
Showing
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- system/gd/BUILD.gn 2 additions, 1 deletionsystem/gd/BUILD.gn
- system/gd/rust/linux/adapter/Cargo.toml 7 additions, 1 deletionsystem/gd/rust/linux/adapter/Cargo.toml
- system/gd/rust/linux/adapter/src/main.rs 177 additions, 0 deletionssystem/gd/rust/linux/adapter/src/main.rs
- system/gd/rust/topshim/BUILD.gn 56 additions, 0 deletionssystem/gd/rust/topshim/BUILD.gn
- system/gd/rust/topshim/Cargo.toml 47 additions, 0 deletionssystem/gd/rust/topshim/Cargo.toml
- system/gd/rust/topshim/bindings/wrapper.h 3 additions, 0 deletionssystem/gd/rust/topshim/bindings/wrapper.h
- system/gd/rust/topshim/btif/btif_shim.cc 338 additions, 0 deletionssystem/gd/rust/topshim/btif/btif_shim.cc
- system/gd/rust/topshim/btif/btif_shim.h 87 additions, 0 deletionssystem/gd/rust/topshim/btif/btif_shim.h
- system/gd/rust/topshim/src/btif.rs 420 additions, 0 deletionssystem/gd/rust/topshim/src/btif.rs
- system/gd/rust/topshim/src/lib.rs 8 additions, 0 deletionssystem/gd/rust/topshim/src/lib.rs
- system/gd/rust/topshim/src/topstack.rs 23 additions, 0 deletionssystem/gd/rust/topshim/src/topstack.rs
- system/main/shim/BUILD.gn 1 addition, 0 deletionssystem/main/shim/BUILD.gn
Loading
Please register or sign in to comment