I'm using SEGGER Embedded Studio with nRF5 SDK v16.0.0.
For the purpose of high-speed data transfer, I've searched about the BLE throughput.
Now, I want to figure out how the parameters like MTU size and GAP event length affect my application.
I found the variable NRF_SDH_BLE_GAP_EVENT_LENGTH from the sdk_config.h file and want to change it.
However, if I increase the GAP event length according to the increased connection interval, the code fails to the NRF_BREAKPOINT_COND.
This does not happen if I decrease GAP event length, let's say 6 -> 3.
The only thing I tried is just changing text in header file.
Is there any specific method I have to follow to change sdk_config.h?