Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dbluetooth_manager_dbus.rs21 struct BluetoothManagerDBus {} struct
29 impl IBluetoothManager for BluetoothManagerDBus { implementation
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs960 pub(crate) struct BluetoothManagerDBus { struct
962 pub rpc: BluetoothManagerDBusRPC, argument
965 impl BluetoothManagerDBus { impl
975 pub(crate) fn new(conn: Arc<SyncConnection>) -> BluetoothManagerDBus { in new()
989 impl IBluetoothManager for BluetoothManagerDBus { implementation