Home
last modified time | relevance | path

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

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