Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1335 pub(crate) struct BluetoothAdminDBus { struct
1337 pub rpc: BluetoothAdminDBusRPC, argument
1340 impl BluetoothAdminDBus { argument
1350 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothAdminDBus { in new()
1361 impl IBluetoothAdmin for BluetoothAdminDBus { implementation