In a previous excellent answer Ole Morten explained how to calculate the maximum throughput of transmissions using notifications. I'd like to know what the calculations are for using long reads of long attributes?
In a previous excellent answer Ole Morten explained how to calculate the maximum throughput of transmissions using notifications. I'd like to know what the calculations are for using long reads of long attributes?
With notifications you can send six packets in each connection interval. With a read operation you can only send one, this is true for both read and read long. So the maximum throughput would be 1 * 20 B * 1/0.0075 ms = 2.67 kB/s = 21.33 kbps
Ah brilliant, thanks! Seems like an odd design decision.