Qt BLE not getting notifications / not emitting signal
Unsolved
General and Desktop
-
Hello,
I have a ble application and I can read the characteristic from the device, but I don't get the signal QLowEnergyService::characteristicChanged.
I read in this post: https://forum.qt.io/topic/98115/low-energy-bluetooth-notifications-not-working that I could use
BLUETOOTH_FORCE_DBUS_LE_VERSION=5.41 /path/to/YourApplication
to make it work, but it's still not working for me. The notifications are setup for the characteristic in the device and I get them using an app on the phone, but not in Qt Desktop.
I wonder if this has happened to anyone else and knows how to solve it.
Thanks in advance.