I receive streamed data by bluetooth and draw it to a graph onscreen.
Speed was always fine on my old 2014 Nexus running android 6. I have (what I believe to be) a more powerful device running Android 10 - a google Pixel.
On the Pixel, the graph drawing is laggy, I can see that the device sometimes doesn't hit the DataReceived event for more than 500ms, while I know the transmitting device is sending small packets much more often.
Is there any precedence for this, or any suggestions as to what I can try do to improve this?
Speed was always fine on my old 2014 Nexus running android 6. I have (what I believe to be) a more powerful device running Android 10 - a google Pixel.
On the Pixel, the graph drawing is laggy, I can see that the device sometimes doesn't hit the DataReceived event for more than 500ms, while I know the transmitting device is sending small packets much more often.
Is there any precedence for this, or any suggestions as to what I can try do to improve this?