What values ​​can I use in the bt_conn_le_param_update() method, what is the range of values ​​for each parameter?

Today I tried to use the bt_conn_le_param_update() method to update the connection parameters, using the following values.

interval_min = 3000

interval_max = 3000

latency = 20

timeout = 10000

to try to get the connection interval of 3s, 20 events in the latency and a supervision time of 10s, but I got an error -22.

I would like to know what are the limits of these parameters with Nordic or defined by SIG.

How many values ​​can I set?

Thanks

Related