Loading system/gd/rust/linux/client/src/dbus_iface.rs +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ impl IBluetoothConnectionCallback for IBluetoothConnectionCallbackDBus { #[dbus_method("OnDeviceConnected")] fn on_device_connected(&self, remote_device: BluetoothDevice) {} #[dbus_method("OnDeviceDisconencted")] #[dbus_method("OnDeviceDisconnected")] fn on_device_disconnected(&self, remote_device: BluetoothDevice) {} } Loading system/gd/rust/linux/service/src/iface_bluetooth.rs +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ impl IBluetoothConnectionCallback for BluetoothConnectionCallbackDBus { #[dbus_method("OnDeviceConnected")] fn on_device_connected(&self, remote_device: BluetoothDevice) {} #[dbus_method("OnDeviceDisconencted")] #[dbus_method("OnDeviceDisconnected")] fn on_device_disconnected(&self, remote_device: BluetoothDevice) {} } Loading system/gd/rust/linux/stack/src/bluetooth.rs +0 −1 Original line number Diff line number Diff line Loading @@ -886,7 +886,6 @@ impl IBluetooth for Bluetooth { == 0 } /// Set passkey on bonding device. fn set_passkey( &self, device: BluetoothDevice, Loading Loading
system/gd/rust/linux/client/src/dbus_iface.rs +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ impl IBluetoothConnectionCallback for IBluetoothConnectionCallbackDBus { #[dbus_method("OnDeviceConnected")] fn on_device_connected(&self, remote_device: BluetoothDevice) {} #[dbus_method("OnDeviceDisconencted")] #[dbus_method("OnDeviceDisconnected")] fn on_device_disconnected(&self, remote_device: BluetoothDevice) {} } Loading
system/gd/rust/linux/service/src/iface_bluetooth.rs +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ impl IBluetoothConnectionCallback for BluetoothConnectionCallbackDBus { #[dbus_method("OnDeviceConnected")] fn on_device_connected(&self, remote_device: BluetoothDevice) {} #[dbus_method("OnDeviceDisconencted")] #[dbus_method("OnDeviceDisconnected")] fn on_device_disconnected(&self, remote_device: BluetoothDevice) {} } Loading
system/gd/rust/linux/stack/src/bluetooth.rs +0 −1 Original line number Diff line number Diff line Loading @@ -886,7 +886,6 @@ impl IBluetooth for Bluetooth { == 0 } /// Set passkey on bonding device. fn set_passkey( &self, device: BluetoothDevice, Loading