I am using nRF5_SDK_15.0.0_a53641a.zip to create an application needs paring and bond. Now I got a problem that, if a smartphone removed the bond manually in its phone settings, the device (N52840) seems that also needs to remove the bond by using delete_bonds() function, otherwise, the phone which already remove the bond will always failed to pair with the same device (N52840). So I want know, is there a way to let the device N52840 know the phone has already removed the bond when next connection. If the way avaliable, I want to insert a removing bond (call delete_bonds()) after the next connection and before the pairing procedure executing. BTW, whether I can delete the specified bonds by some reference information. For example, by device address, or connection handle?