kdeconnect-kde/core/backends/bluetooth
Rob Emery ad75b438cb Implementing link priorities
Now that devices can potentially be connected via both network and bluetooth simultaneously we should prioritise connections over the highest performing link (probably wifi/network). To this end the
m_deviceLinks are now sorted based on priority with the fastest links first; this means that when Device::sendPacket is scheduling to send a packet, it should always use the fastest link first.
2023-10-01 10:39:59 +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 Update old-style connect/disconnect where possible 2023-08-08 22:51:30 +02: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 Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00: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