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

Commit 668e90fe authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Add name to BluetoothDevice struct

Bug: 188718349
Tag: #floss
Test: Build floss on Linux

Change-Id: Ia723bc8860030fb2089aa30b65d8efa60b2b2214
parent 3c732fb1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ impl_dbus_arg_enum!(BtSspVariant);
#[dbus_propmap(BluetoothDevice)]
pub struct BluetoothDeviceDBus {
    address: String,
    name: String,
}

struct ClientDBusProxy {