Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1045 pub(crate) struct BluetoothQALegacyDBus { struct
1049 impl BluetoothQALegacyDBus { argument
1050 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothQALegacyDBus { in new()
1063 impl IBluetoothQALegacy for BluetoothQALegacyDBus { implementation