![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t pm_peers_delete | ( | void | ) |
#include <peer_manager.h>
Delete all data stored for all peers.
This function sends either a PM_EVT_PEERS_DELETE_SUCCEEDED or a PM_EVT_PEERS_DELETE_FAILED event. In addition, a PM_EVT_PEER_DELETE_SUCCEEDED or PM_EVT_PEER_DELETE_FAILED event is sent for each deleted peer.
| NRF_SUCCESS | If the deletion process was initiated successfully. |
| NRF_ERROR_INVALID_STATE | If the Peer Manager is not initialized. |
| NRF_ERROR_INTERNAL | If an internal error occurred. |