So I know there is a wiki on throughput already, but I'm a little unclear on the scenario for multiple peripherals. It seems like in the single peripheral case, the central can listen for multiple notifications from that peripheral however in the multiple peripheral case, you have one peripheral and then 5 milliseconds until the window of the next peripheral occurring.
With that in mind, how many 20 byte packets (which i believe is the max physical layer pdu) can be sent as notification from peripheral to central in this time? It obviously must be limited. Does it depend on how many peripherals there are?
Correspondingly, how many 20 byte packets can the central write (via writeNoRsp) to each of the peripherals in each connection interval?
Finally, I know that the peripheral that was connected last to the central will have its connection window position such that the central will be idle for a larger amount of time until the start of the next connnection interval --- does this mean the last peripheral can send more notifications than the others?
thanks!