



Hi,
What is the NRF_SDH_BLE_GAP_EVENT_LENGTH in your setting?
In the softdevice S140 specification v2.1, it shows the throughput as below.
I did the example code on throughput with packet error rate (https://github.com/jimmywong2003/nrf5-packet-error-rate-measurement-on-ble-connection).
Hi,
What is the NRF_SDH_BLE_GAP_EVENT_LENGTH in your setting?
In the softdevice S140 specification v2.1, it shows the throughput as below.
I did the example code on throughput with packet error rate (https://github.com/jimmywong2003/nrf5-packet-error-rate-measurement-on-ble-connection).
The NRF_SDH_BLE_GAP_EVENT_LENGTH was set to 244. I found that as I increase the NRF_SDH_BLE_GAP_EVENT_LENGTH the time between the last packet and the next connection interval increased.
Is this suppose to be happening?