Hi,
Can anybody clear me on the maximum and minimum connection interval with some good example. I have not understood the connection intervals clearly.
Regards, Anand
Hi,
Can anybody clear me on the maximum and minimum connection interval with some good example. I have not understood the connection intervals clearly.
Regards, Anand
Hi Anand,
Check if this helps you devzone.nordicsemi.com/.../
It will give the softdevice flexibility to change the connection interval between MIN and MAX values for example in connection parameter update request sent by peer. If peer requested change in connection interval is between MIN and MAX value, then that request is probable to be accepted. you can restrict the connection not to change its connection interval at all by giving same MIN and MAX values. Then if the peer requests a change then your device will reject the request.
It will give the softdevice flexibility to change the connection interval between MIN and MAX values for example in connection parameter update request sent by peer. If peer requested change in connection interval is between MIN and MAX value, then that request is probable to be accepted. you can restrict the connection not to change its connection interval at all by giving same MIN and MAX values. Then if the peer requests a change then your device will reject the request.