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?