Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2387 pub(crate) struct BluetoothTelephonyDBus { struct
2389 pub rpc: BluetoothTelephonyDBusRPC, argument
2392 impl BluetoothTelephonyDBus { implementation
2402 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothTelephonyDBus { in new()
2413 impl IBluetoothTelephony for BluetoothTelephonyDBus { implementation