![]() |
nrfxlib API 3.3.99
|
| 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.
| [in] | p_addr | Pointer to a peer address. |
| [in] | extended | Selects peer table and format of p_addr. false the p_addr points to short address. true the p_addr points to extended address. |
| false | Given 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. |
| true | Given peer address was found and deleted from the peer table. |