This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Multiple GATT read with RedBear Nano (nRF52)

Hi! I'm using two RedBear Nano v2 and I'm trying to read a long characteristic from one of the two devices. As I read in other posts in the forum, I need to invoke the read method multiple times with increasing offsets in order to read the entire characteristic. However, if I invoke the read method multiple times, it seems that only the callback regarding the last read is executed.

Do you have any suggestion on how can I address this issue?

Thanks in advance for the help.