Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0
-
-
21
-
3d234d3b1 (dev), 1125e32c5 (6.6), d8126dc01 (6.5)
-
Foundation Sprint 83
Description
The pairingStatus method of QBluetoothLocalDevice always returns unpaired, while 'Bluetooth & devices' shows the devices as paired.
And in reality The devices are paired for a fact.
Attached Qt's lowenergey example with added two lines in device.cpp shows the issue.
QBluetoothLocalDevice bld; QBluetoothLocalDevice::Pairing status = bld.pairingStatus(controller->remoteAddress()); qDebug()<<status;