Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to change GAP event length options in sdk_cofig.h?

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?

Parents Reply Children
No Data
Related