Tool/software:
Hi Forum,
I understand that we can erase all bonding information using the following API: GAPBondMgr_SetParameter(GAPBOND_ERASE_ALLBONDS, NULL, NULL)
However, my requirement is to delete only one specific bond, given the device’s MAC address (BD_ADDR). Is there a way to do this using the GAP Bond Manager, or any workaround?
I don’t want to remove all bonds—just the one associated with a particular MAC.
Is there any API like GAPBondMgr_RemoveBond() or another recommended method to achieve this?
Thanks in advance!
Regards,
Vaibhav