Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs3101 pub(crate) struct BluetoothLoggingDBus { struct
3103 pub rpc: BluetoothLoggingDBusRPC, argument
3106 impl BluetoothLoggingDBus { implementation
3116 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothLoggingDBus { in new()
3127 impl IBluetoothLogging for BluetoothLoggingDBus { implementation