Details
-
User Story
-
Resolution: Done
-
P2: Important
-
None
-
None
-
-
13
-
Qt6_Foundation_Sprint 40, Foundation_Sprint 41 (Team 1)
-
a3ac0c1c4f52a882a0223310108c05b7d85ccc1e
Description
Remove Bluez4 code lines from Qt Bluetooth. This touches
- QBluetoothLocalDevice
- QBluetoothDeviceDiscoveryAgent
- QBluetoothServiceDiscoveryAgent
- QBluetoothServiceInfo
- QBluetoothSocket (started) (note that there are 3 code paths, bluez4+ raw socket, bluez5 + raw socket, bluez5 dbus sockets)
- QBluetoothServer
QLEController & friends does not have Bluez4 specific code but a custom Gatt implementation which worked on Bluez4 & 5. This custom GATT implementation shall be retained for debugging purposes.