Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs730 pub(crate) struct BluetoothDBus { struct
732 pub rpc: BluetoothDBusRPC, argument
735 impl BluetoothDBus { impl
745 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new()
754 impl IBluetooth for BluetoothDBus { implementation