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

◆ nrf_802154_notify_transmit_failed()

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

#include <nrf_802154/driver/src/nrf_802154_notification.h>

Notifies the next higher layer that a frame was not transmitted.

Note
This function performs an update of the original frame and prepares nrf_802154_transmit_done_metadata_t structure passed to the public callout.
Parameters
[in]p_framePointer to a buffer that contains PHR and PSDU of the frame that failed the transmission operation.
[in]errorAn error code indicating the reason of the failure.
[in]p_metadataPointer to a metadata structure to be notified.