nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_peer_rec_delete()

bool nrf_802154_peer_rec_delete ( const uint8_t * p_addr,
bool extended )

Delete a peer record for given peer address from the peer table.

Parameters
[in]p_addrPointer to a peer address.
[in]extendedSelects peer table and format of p_addr. false the p_addr points to short address. true the p_addr points to extended address.
Return values
falseGiven peer address not found in the peer table. Note that the goal of the function that is to not have a record for given peer address is reached.
trueGiven peer address was found and deleted from the peer table.