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/.../
you basically tell the softdevice that the accepted connection interval for the connection is in between the MIN and MAX value the application provides in the connection parameters. The Softdevice also uses this value for the connection parameter update requests from peer to see if it can accept the request.
If you want the connection interval to be constant non varying throughout then you provide same values to MIN and MAX. Any example with a connect request should help you experiment with this values.
you basically tell the softdevice that the accepted connection interval for the connection is in between the MIN and MAX value the application provides in the connection parameters. The Softdevice also uses this value for the connection parameter update requests from peer to see if it can accept the request.
If you want the connection interval to be constant non varying throughout then you provide same values to MIN and MAX. Any example with a connect request should help you experiment with this values.