Jasonchenlijian / FastBle

Android Bluetooth Low Energy (BLE) Fast Development Framework. It uses simple ways to filter, scan, connect, read ,write, notify, readRssi, setMTU, and multiConnection.
Apache License 2.0
5.32k stars 1.23k forks source link

Read data is being cut while over 20 bytes #523

Open Monbar631 opened 2 years ago

Monbar631 commented 2 years ago

Hello I'm working on a project in which I decided to implement the FastBle library as I found it very helpful. Unfortunately, I got to the point of reading data. Everything works perfect until the data to read doesn't excess 20 bytes. In such case, i only receive the last 20 bytes, and the beginning of data disappears. I found Issues here about the 20 bytes, but they only concerned writing data, not reading. Is there any way of solving this problem? I would be very grateful for any suggestions.

qq460163961 commented 11 months ago

I have also encountered this problem. Have you resolved it