Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Invalid
-
Affects Version/s: 6.2.1
-
Fix Version/s: None
-
Component/s: Connectivity: Bluetooth
-
Labels:None
-
Platform/s:
Description
I am currently evaluating upgrading my application from PyQT5 to PySide6 ...
However; I stumbled upon a strange issue during the upgrade process which does not occur with PyQt5 ... The issue is that PySide6 is reporting already paired devices with host machine; even though the corresponding BLE hardware/IOT is turned off; also please that this issue occurs with PyQt6 so I assume it is a C++ related issue ...
I tried to rely on RSSI property for the discovered device; but it seems rssi() is not reliable under Windows; because sometimes it gets reported as 0 even though BLE hardware is turn on and connectable.
I can provide more information if required ...