one connect event can send several notification?
The reason i raise this issue is that ,i will transmit large amounts of data between IPHONE and CC2541
IOS provides for the connection parameters as follows:
Interval Max * (Slave Latency + 1) ≤ 2 seconds
Interval Min ≥ 20 ms
Interval Min + 20 ms ≤ Interval Max
Slave Latency ≤ 4
connSupervisionTimeout ≤ 6 seconds
Interval Max * (Slave Latency + 1) * 3 < connSupervisionTimeout
this mean i can only set the min connect event interval is 20 ms,if each connect event can only send one notification,
so i will transmit 20k byte over 20 sec,it is too long time
i found the wiki “http://processors.wiki.ti.com/index.php/CC2540_Data_Throughput”show that one connect event send 4 notification
but I actually tested it one connect event send one notification ande one connectsend four notification ,the times are almost equal
so i want to know one connect event can send how max notification,and one connect send Multi-notification whether it can shorten the transmission time?
thank you