How can delete individual peer bonding data without to affect the rest bonds:
-currently connected (after disconnect)
- some peer by providing RPA (assuming RPA matches some of the IRKs already stored)
Thanks
How can delete individual peer bonding data without to affect the rest bonds:
-currently connected (after disconnect)
- some peer by providing RPA (assuming RPA matches some of the IRKs already stored)
Thanks
Hi,
The peer manager has API for iterating the list of bonds (pm_next_peer_id_get() together with for instance pm_peer_data_load()) and deleting specific bonds (pm_peer_delete()). You can use pm_address_resolve() if you need to compare a RPA with an IRK.