This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Setting MIN MAX CONN_INTERVAL

Hi everybody!

I am working with ANCS (nrf51822 SDK 9.0) I am confusing on setting the connection parameters which are MIN an MAX connection interval.

Firstly, I set MIN_CONN_INTERVAL = MAX_CONN_INTERVAL = 1000ms the ANCS notifications come right after I got phone notification (message, phone call). But when I set MIN_CONN_INTERVAL = 500ms and MAX_CONN_INTERVAL = 800ms, the ANCS notification come slower than previous setting. It does not make me sense.

Could you please give me explanation for this? Is it possible to set MIN_CONN_INTERVAL = MAX_CONN_INTERVAL ?

Thank you very much.

Related