Hi,
What all the parameters should store in non volatile memory for BLE operations?. Does specification mandates some parameters should load in controller?. What are different parameters soft device stores in NVM?
Regards,
Sri.
Hi,
What all the parameters should store in non volatile memory for BLE operations?. Does specification mandates some parameters should load in controller?. What are different parameters soft device stores in NVM?
Regards,
Sri.
Hi,
Assuming you are looking at nRF5 sdk. The Softdevice does not store parameters in falsh, instead it is up to the application to store information such as bonding data and cccd flags etc. To handle this we have a module called Peer Manager.