Home
last modified time | relevance | path

Searched defs:BluetoothDBus (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs722 pub(crate) struct BluetoothDBus { struct
724 pub rpc: BluetoothDBusRPC, argument
727 impl BluetoothDBus { impl
737 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new()
746 impl IBluetooth for BluetoothDBus { implementation