Issue with Qt BLE Device Discovery - Non-BLE Devices Detected
Unsolved
General and Desktop
-
Hello, I'm facing a problem with Qt BLE (Bluetooth Low Energy) device discovery in my application. Despite implementing various filtering techniques, non-BLE devices are still being detected alongside the desired BLE devices. I've tried filtering based on core configurations, service UUIDs, and major device class, but the issue persists. Even the official Qt example "Heart Rate Game" shows the same behavior. I need assistance from the community to properly filter out non-BLE devices during the BLE device discovery process. Any guidance or suggestions would be greatly appreciated. Thank you!