Hi everyone,
I am working with PCA10000 dongles with S110 and S120 softdevices. The connection parameters in both master and slave are
define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
define MAX_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
define SLAVE_LATENCY 65
define CONN_SUP_TIMEOUT MSEC_TO_UNITS(1000, UNIT_10_MS)
This works. But any higher value of SLAVE_LATENCY such as 70 and higher results in NRF_ERROR_INVALID_PARAM for sd_ble_gap_connect in S120. This SLAVE_LATENCY value is within the BLE specification. Any idea what's going on here? Thanks!