I want to transfer data from slave to master and back to slave from master and I am doing this in the following cases:
1) Case1: Fixed connection interval and slave latency =0
1) Case 2: Same fixed connection interval and slave latency =5
The communication latency is larger in the second case. Why this is happening?
I know slave latency is the number of connection events a slave can skip to remain idle but how it is impacting communication latency.