Hello,
If I understand well, when the part of the flash reserved for the PM is full, new bonds cannot be saved until the application deletes older bonding data.
I would like my app to automaticaly delete the oldest bonds so that the flash never gets full.
I was able to do that with the device manager in using the following contributed code (many thanks to his author):
https://github.com/NordicPlayground/nRF51-ble-peripheral-bond-handling
Is there a simple way to know what bond has not been used lately and get rid of it when the number of peers is higher than a given number ?
Is there example code that already does it ?
Thanks in advance,
Christian