Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dbluetooth_manager_dbus.rs22 struct BluetoothManagerDBus {} struct
30 impl IBluetoothManager for BluetoothManagerDBus { implementation
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1129 pub(crate) struct BluetoothManagerDBus { struct
1131 pub rpc: BluetoothManagerDBusRPC, argument
1134 impl BluetoothManagerDBus { implementation
1144 pub(crate) fn new(conn: Arc<SyncConnection>) -> BluetoothManagerDBus { in new()
1158 impl IBluetoothManager for BluetoothManagerDBus { implementation