kdeconnect-kde/core/backends/bluetooth
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
..
bluetoothdevicelink.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
bluetoothdevicelink.h Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
bluetoothdownloadjob.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
bluetoothdownloadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothlinkprovider.cpp Correct reference to NetworkPacket in isValidIdentityPacket calls 2024-06-10 20:59:03 +00:00
bluetoothlinkprovider.h Implementing link priorities 2023-10-01 10:39:59 +00:00
bluetoothuploadjob.cpp Handle qDDebug/qCWarning categories more consistently 2023-08-05 20:22:18 +00:00
bluetoothuploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
CMakeLists.txt Refactor PairingHandler 2023-06-02 16:38:52 +00:00
connectionmultiplexer.cpp Drop Qt5-only code branches 2024-04-27 17:46:39 +02:00
connectionmultiplexer.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
multiplexchannel.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
multiplexchannel.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
multiplexchannelstate.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
multiplexchannelstate.h Remove unused default destructors 2023-08-05 20:22:18 +00:00
Multiplexing protocol.md Add connection multiplexer 2019-07-20 12:29:33 +02:00