This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_ERROR_DATA_SIZE on disconnect

Hello all,

I am getting an error when my device disconnects from the client. The error occurs while bond storage due to data limit exceeds.

err_code = ble_bondmngr_bonded_centrals_store();
APP_ERROR_CHECK(err_code);<br/>

Does anyone has any Idea how bond storage works? I didn't find any details in nrf51 SDK doc. How can I limit bonded-centrals data so that my device remains in bonded state?

Parents Reply Children
No Data
Related