nrfxlib API 0.1.0
|
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.
[in] | p_frame | Pointer to a buffer that contains PHR and PSDU of the frame that was not transmitted. |
[in] | error | Reason of the failure. |
[in] | p_metadata | Pointer to a metadata structure describing frame passed in p_frame . |