Searched defs:BluetoothAdminDBus (Results 1 – 1 of 1) sorted by relevance
1349 pub(crate) struct BluetoothAdminDBus { struct1351 pub rpc: BluetoothAdminDBusRPC, argument1354 impl BluetoothAdminDBus { argument1364 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothAdminDBus { in new()1375 impl IBluetoothAdmin for BluetoothAdminDBus { implementation