Dear friends,
If i set the conection interval=100ms and the slave latency=1, the slave will wake up every 200ms. If the slave has data to send, it will still wake up every 100ms. However, "If the slave has data to send, it will wake up immediately", what does "immediately" mean? For example, if data come at the time when the slave just goes to sleep, it will wake up immediately to send data? or it has to wait 100ms until the next connection event comes?
regards.