a6fd9f9e9e
## 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. |
||
---|---|---|
.. | ||
bluetoothdevicelink.cpp | ||
bluetoothdevicelink.h | ||
bluetoothdownloadjob.cpp | ||
bluetoothdownloadjob.h | ||
bluetoothlinkprovider.cpp | ||
bluetoothlinkprovider.h | ||
bluetoothuploadjob.cpp | ||
bluetoothuploadjob.h | ||
CMakeLists.txt | ||
connectionmultiplexer.cpp | ||
connectionmultiplexer.h | ||
multiplexchannel.cpp | ||
multiplexchannel.h | ||
multiplexchannelstate.cpp | ||
multiplexchannelstate.h | ||
Multiplexing protocol.md |