Windows.Devices.Bluetooth ValueChanged event handler frequency
AMM
1
Reputation point
I'm able to test connection with a BLE device and I'm able to receive ValueChanged event to read value received after subscription to a notify service.
This is ok if the ValueChanged event it is fired about 4 times/seconds. But if this frequency increase to about 50 times/seconds, the event stop to fire after 7/8 times.
On the ValueChanged handler I print only a timestamp and I avoid to process data received.
There is a limit on BLE Windows Library?
With a vendor BLE usb key I'm able to receive all data on notify event.
Sign in to answer