nrfxlib API 2.8.99
|
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.
[in] | p_frame | Pointer to a buffer that contains PHR and PSDU of the frame that failed the transmission operation. |
[in] | error | An error code indicating the reason of the failure. |
[in] | p_metadata | Pointer to a metadata structure to be notified. |