Searched defs:BluetoothAdminDBus (Results 1 – 1 of 1) sorted by relevance
1335 pub(crate) struct BluetoothAdminDBus { struct1337 pub rpc: BluetoothAdminDBusRPC, argument1340 impl BluetoothAdminDBus { argument1350 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothAdminDBus { in new()1361 impl IBluetoothAdmin for BluetoothAdminDBus { implementation