in Bluetooth, I am going to send a big file which divides into 3 packets (p1, p2, p3). Each packet has the max ATT payloads.
My question is that in one connection interval, there would be a Master-slave request and then the slave would send all the packets of the file one after each other with Interframe Space (IFS) between every two packets (M -> S, IFPS, S->M(p1), IFPS, S->M(p2), IFPS, S->M(p3))?
or there it is like (M -> S, IFPS, S->M(p1), IFPS, M -> S, IFPS, S->M(p2), IFPS,M -> S, IFPS, S->M(p3), IFPS)?