Windows.Devices.Bluetooth ValueChanged event handler frequency

AMM 1 Reputation point
2020-12-17T10:47:37.18+00:00

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.

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
{count} votes