Searched defs:BluetoothMediaDBus (Results 1 – 1 of 1) sorted by relevance
2610 pub(crate) struct BluetoothMediaDBus { struct2612 pub rpc: BluetoothMediaDBusRPC, argument2615 impl BluetoothMediaDBus { argument2625 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothMediaDBus { in new()2636 impl IBluetoothMedia for BluetoothMediaDBus { implementation