OSDN Git Service

Add D-Bus daemon binary
authorSonny Sasaka <sonnysasaka@google.com>
Tue, 27 Apr 2021 08:36:14 +0000 (01:36 -0700)
committerSonny Sasaka <sonnysasaka@google.com>
Tue, 4 May 2021 19:26:11 +0000 (12:26 -0700)
commit70cee2c0ae738ec6dd7b4460dbb486597874f196
treeca03aaa3eac855dd1329157cb747f22f1446723f
parent09228b9d156bbfe9f5a9f2d9f304efea2dcebcc0
Add D-Bus daemon binary

The D-Bus daemon connects the RPC-agnostic API implementations in
`btstack` crate with the `dbus_projection` to make a D-Bus projection of
the API implementation.

Bug: 186492781
Tag: #floss
Test: manual - Use dbus-send util
Change-Id: I12391f4e9739a5d1ed6167990fc016429e7280d4
Cargo.toml
gd/rust/linux/service/Cargo.toml [new file with mode: 0644]
gd/rust/linux/service/build.rs [new file with mode: 0644]
gd/rust/linux/service/src/dbus_arg.rs [new file with mode: 0644]
gd/rust/linux/service/src/iface_bluetooth.rs [new file with mode: 0644]
gd/rust/linux/service/src/iface_bluetooth_gatt.rs [new file with mode: 0644]
gd/rust/linux/service/src/main.rs [new file with mode: 0644]