Hi, after getting the way to write to peripheral on this link I have successfully written 20 bytes packet. but I'm facing a latency while writing back to back data packets to iPhone peripheral. I need to write 34 continuous packets and I do that in write_rsp_evt. But it takes huge time in getting to write_rsp for the next packet to write. Eventually, 34 packets writing took more than a minute which is way too large.
Please suggest me something on this.