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.33k stars 1.23k forks source link

The fastble Android application is unable to send data repetedly without reset. #550

Open PraveenkumarBK opened 2 years ago

PraveenkumarBK commented 2 years ago

I'm trying to send 1 MB of data via BLE from a fastble Android application to a microchip RN4871. The BLE is in transparent UART mode and is set to send data in 80-byte chunks.

However, we endup sending all the data without having a control of sending packet and waiting from the ack from ble for processing next packet

basically, I'm asking how to deliver 1MB of data in chunks using the Android fastBLE master application. Each chunk must have more than 2 KB of data plus header.