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?