Hii,
HW:PCA10056
How to reset the bond after I bond with other device using ble_app_buttonless_dfu_with_bonds_s140_with_setting_page.hex
Hii,
HW:PCA10056
How to reset the bond after I bond with other device using ble_app_buttonless_dfu_with_bonds_s140_with_setting_page.hex
Hi,
Could you explain some more about what the issue is?
You want to delete a previous bond?
Yes.
For many of the BLE SDK examples that support bonding, bonding data will be deleted if button 2 is pressed during startup. In these examples, this is done in buttons_leds_init() where p_erase_bonds is set to true if button 2 is pressed. (BSP_EVENT_CLEAR_BONDING_DATA). When this happens, the bonds will be deleted using the function pm_peers_delete().