Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2491 pub(crate) struct BluetoothQADBus { struct
2493 pub rpc: BluetoothQADBusRPC, argument
2496 impl BluetoothQADBus { implementation
2506 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothQADBus { in new()
2515 impl IBluetoothQA for BluetoothQADBus { implementation