Hi, I'm designing an Android application that has to receive VGA images from de nRF51 acting as the server. Is GATT the best way to accomplish that? If so, as it is necessary to fragment the data in several chunks, do I have to worry about the order in which the characteristic notifications arrive?
Regards.