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

◆ nrf_802154_ifs_pretransmission()

bool nrf_802154_ifs_pretransmission ( uint8_t *  p_frame,
nrf_802154_transmit_params_t p_params,
nrf_802154_transmit_failed_notification_t  notify_function 
)

Examines the frame before transmission and checks if it needs to be delayed.

Parameters
[in]p_framePointer to the buffer that contains the PHR and PSDU of the transmitted frame.
[in]p_paramsPointer to the transmission parameters.
[in]notify_functionFunction to be called to notify transmission failure.
Return values
trueFrame will be transmitted right away.
falseFrame is delayed and will be transmistted after a needed IFS.