OSDN Git Service

Add the `btstack` crate
authorSonny Sasaka <sonnysasaka@google.com>
Tue, 27 Apr 2021 07:31:33 +0000 (00:31 -0700)
committerSonny Sasaka <sonnysasaka@google.com>
Tue, 4 May 2021 19:26:09 +0000 (12:26 -0700)
commit59514493157018d7850e5ee8b27f4b0339f453d0
treed049352c995c79bfc3ff6c78dc9ae5eeba069134
parent2178b42da53a2859901256f524ba3a8e19729504
Add the `btstack` crate

The `btstack` crate contains the floss API implementations independent
of any RPC projection. This patch adds the basic skeleton that
implements the first simplest methods.

Bug: 186492781
Tag: #floss
Test: manual - tested with D-Bus integration in the next patch
Change-Id: I10ff16d7e6cfcb599a3b356c58d7af15bcaa61d3
gd/rust/linux/stack/Cargo.toml [new file with mode: 0644]
gd/rust/linux/stack/btif_macros/Cargo.toml [new file with mode: 0644]
gd/rust/linux/stack/btif_macros/src/lib.rs [new file with mode: 0644]
gd/rust/linux/stack/src/bluetooth.rs [new file with mode: 0644]
gd/rust/linux/stack/src/bluetooth_gatt.rs [new file with mode: 0644]
gd/rust/linux/stack/src/lib.rs [new file with mode: 0644]