Hi,
I want to know a few things about sending large packets via BLE using nRF52 SDK 15.0 and above.
I am able to send the packets larger upto 128 Bytes. But i want to know how does the queue system works??
Lets say i send 100 bytes and my connection interval is 20ms. Does it mean that this data will be sent in 100ms at an interval of 20ms or it will all be sent in a single packet with in 20ms??
Also, is there anyway to send the data faster like upto 1KB within 100ms?
Thank you.