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.rs616 pub(crate) struct BluetoothDBus { struct
618 pub rpc: BluetoothDBusRPC, argument
621 impl BluetoothDBus { implementation
631 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new()
640 impl IBluetooth for BluetoothDBus { implementation