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

◆ nrf_802154_ack_timeout_tx_failed_hook()

bool nrf_802154_ack_timeout_tx_failed_hook ( uint8_t *  p_frame,
nrf_802154_tx_error_t  error 
)

#include <nrf_802154/driver/src/mac_features/nrf_802154_ack_timeout.h>

Handles a TX failed event.

Parameters
[in]p_framePointer to the buffer that contains a frame that was not transmitted.
[in]errorCause of failed transmission.
Return values
trueTX failed event is to be propagated to the MAC layer.
falseTX failed event is not to be propagated to the MAC layer. It is handled internally in the ACK timeout module.