Hey everybody!
I'm trying to implement the following use case.
Android device connects to nRF52, bonding occurs, android device is put into nRF52 whitelist, after this user can press the button on nRF52 to drop bonding and whitelist. Relation is one android and one peripheral nRF52 device. Up to this point everything is implemented and works.
I want to implement the functionality of restoring previous bonding information if no one has connected within 1 minute after button press. How do I do that? Is it possible to take bonding info and save it in FDS somehow? Which steps should I take to accomplish this?