Hi,
Let's assume that we know there is a packet ready to be sent every 20ms. Now what is the best connection interval from power consumption point of view? Here is my understanding:
1- the connection interval should not be smaller than 20ms, since it would create a need to establish a connection in a faster rate and therefore there might be some connections in which no data is ready to be sent.
2- If set to 60ms, there will 3 connections per connection interval. This is more optimized than 20ms connection interval (and one connection per interval), right? At least the HFXO ramp and start phase of BLE will be skipped for the last two connections in an interval.
Vala