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

Connection Interval Errors

Hi I'm trying to optimize my connection interval for latency vs power consumption but I notice that a lot of values I try to set are giving me the invalid parameter error after calling sd_ble_gap_ppcp_set().

What's strangest to me is if I set both Min & Max to 200 for instance it's okay. If I set them both to 300 it's okay. However if I set them to 200 and 300 respectively I get the error. In fact most times I get the error unless the two value are the same. However there are a few values (60,120) that I've found that do work.

Any ideas on what could be causing this?

Related