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

◆ nrf_802154_transmit_failed()

void nrf_802154_transmit_failed ( uint8_t *  p_frame,
nrf_802154_tx_error_t  error,
const nrf_802154_transmit_done_metadata_t p_metadata 
)

#include <nrf_802154/common/include/nrf_802154_callouts.h>

Notifies that a frame was not transmitted due to a busy channel.

This function is called if the transmission procedure fails.

Note
Frame data values in nrf_802154_transmit_done_metadata_t::data are invalid for nrf_802154_transmit_failed callout.
Parameters
[in]p_framePointer to a buffer that contains PHR and PSDU of the frame that was not transmitted.
[in]errorReason of the failure.
[in]p_metadataPointer to a metadata structure describing frame passed in p_frame.