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.rs1120 pub(crate) struct BluetoothManagerDBus { struct
1122 pub rpc: BluetoothManagerDBusRPC, argument
1125 impl BluetoothManagerDBus { argument
1135 pub(crate) fn new(conn: Arc<SyncConnection>) -> BluetoothManagerDBus { in new()
1149 impl IBluetoothManager for BluetoothManagerDBus { implementation