kdeconnect-kde/core/backends
Simon Redman a6fd9f9e9e Correct reference to NetworkPacket in isValidIdentityPacket calls
## Summary

Fix Bluetooth branch build errors for changes in !678

## Test Plan

### Before:
Build errors in bluetoothlinkprovider.cpp due to undefined variable and due to incorrect argument type.

```
/home/simon/src/kdeconnect-kde/core/backends/bluetooth/bluetoothlinkprovider.cpp:301:56: error: cann
ot convert ‘NetworkPacket’ to ‘NetworkPacket*’
  301 |     if (!success || !DeviceInfo::isValidIdentityPacket(receivedPacket)) {
      |                                                        ^~~~~~~~~~~~~~
      |                                                        |
      |                                                        NetworkPacket
<snip>
```

### After:
Clean build.
2024-06-10 20:59:03 +00:00
..
bluetooth Correct reference to NetworkPacket in isValidIdentityPacket calls 2024-06-10 20:59:03 +00:00
lan Add a parent to KCompositeJob 2024-06-04 14:15:23 +00:00
loopback Implementing link priorities 2023-10-01 10:39:59 +00:00
devicelink.cpp Implementing link priorities 2023-10-01 10:39:59 +00:00
devicelink.h Implementing link priorities 2023-10-01 10:39:59 +00:00
linkprovider.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
linkprovider.h Implementing link priorities 2023-10-01 10:39:59 +00:00
pairinghandler.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
pairinghandler.h Remove unused default destructors 2023-08-05 20:22:18 +00:00