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

Limits on slave latercy and supervisory timeout setting?

Hi,

I'm trying to modify the slave latency and supervisory timeout setting, but found sometimes the gap_params_init() will get error after changing.

For example, I can set

CONN_SUP_TIMEOUT=10000 (10s)

MAX_CONN_INTERVAL=200 (ms)

SLAVE_LATERCY=10

and this setting works OK, 

but if I change the MAX_CONN_INTERVAL to 500ms it will get error.

If I set

CONN_SUP_TIMEOUT=50000 (50s) 

MAX_CONN_INTERVAL=200 (ms)

SLAVE_LATERCY=10

it will also get error.

My question is , is there a limit about how much are these parameters can be set?

Parents Reply Children
No Data
Related