Android Bluetooth Low Energy (BLE) Fast Development Framework. It uses simple ways to filter, scan, connect, read ,write, notify, readRssi, setMTU, and multiConnection.
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.
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.