This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf_sdh_ble_enable error when modifying NRF_SDH_BLE_GAP_EVENT_LENGTH

Hi. I am tinkering with BLE settings, and changed NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 7.

I then get a 0x04 error code on this function after building and running the project;

err_code = nrf_sdh_ble_enable(&ram_start);
APP_ERROR_CHECK(err_code);

Looked this up and its a NRF_ERROR_NO_MEM.

How do I get around this issue?

Thanks

Related