nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_ack_data_for_addr_clear()

bool nrf_802154_ack_data_for_addr_clear ( const uint8_t *  p_addr,
bool  extended,
nrf_802154_ack_data_t  data_type 
)

Removes an address from the ACK data list.

ACK frames sent in response to frames with the source address matching any address from the ACK data list will have the appropriate data set. If the source address does not match any of the addresses in the list, the ACK frame will not have the data set.

Parameters
[in]p_addrPointer to the address that is to be removed from the list.
[in]extendedIndication if p_addr is an extended address or a short address.
[in]data_typeType of data that is to be cleared for p_addr.
Return values
trueAddress successfully removed from the list.
falseAddress not removed from the list (address is missing from the list).