QLowEnergyController::connectionUpdated signal doesn't work on Android
Unsolved
Mobile and Embedded
-
I've connected the signal to a function in which I want to log the new connection parameters inside my app, but the function never gets called, even though the debug console of Qt Creator has line "D BluetoothGatt: onConnectionUpdated()" with the new parameters.
Documentation says that the signal won't be produced only on QLowEnergyController::requestConnectionUpdate due to issues with Android, but I expect the connection to be changed by initiative of other device, so I don't think it applies here.
Is this a platform problem, or am I doing something wrong?