Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.0
-
None
-
8af2bea29a4aec10d68f022520d4abca7320ebb1 (qt/qtconnectivity/dev)
Description
In Qt 5.9 I find that the following ctor is marked as obsolete:
explicit QLowEnergyController(const QBluetoothAddress &remoteDevice,
const QBluetoothAddress &localDevice,
QObject *parent = Q_NULLPTR); // TODO Qt 6 remove ctor
but there is no other way to create a QLowEnergyController which does not use
the local default adapter.
According to Alex Blasche:
The fix would be to overload QLEController::createCentral().