Searched defs:BluetoothMediaDBus (Results 1 – 1 of 1) sorted by relevance
2642 pub(crate) struct BluetoothMediaDBus { struct2644 pub rpc: BluetoothMediaDBusRPC, argument2647 impl BluetoothMediaDBus { argument2657 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothMediaDBus { in new()2668 impl IBluetoothMedia for BluetoothMediaDBus { implementation