Hi
I have a question about peers deleting.
It is saying in documentation about pm_peer_delete:
"Warning Use this function only when not connected to or connectable for the peer that is being deleted. If the peer is or becomes connected or data is manually written in flash during this procedure (until the success or failure event happens), the behavior is undefined."
So do i need to disconnect device, to wait end of disconnecting, then run pm_peer_delete?
And if i need to delete many devices, procedure is long and complex.
Perhaps You advice more obvious way ?
Thanks.