Hi,
I am sending bytes from an app to a board with an nRF52832. Right now the maximum length of each package that I can write in a characteristic is 20 bytes, if I try to write more, the app freeze (In the case of the LightBlue app it says "Disconnected, data is stale".
I'm using a Bluetooth 5.0 module with my phone that has Bluetooth 5.1.
I want to extend this value to the maximum. I'm using the library BLEperipheral.h.
Thank you.