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

softdevice returned invalid parameter error for these parameters

During a sd_ble_conn_param_update() call, S332 softdevice returned invalid parameter error for:

min_conn_interval = 10

max_conn_interval = 800

slave_latency = 2

conn_sup_timeout = 400

According to this link, these values should be well within valid range, why would the softdevice return invalid parameter error in this case?

Parents Reply Children
Related