Home
last modified time | relevance | path

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

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