nrfxlib API 2.8.99
|
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.
[in] | p_frame | Pointer to the buffer that contains the PHR and PSDU of the transmitted frame. |
[in] | p_params | Pointer to the transmission parameters. |
[in] | notify_function | Function to be called to notify transmission failure. |
true | Frame will be transmitted right away. |
false | Frame is delayed and will be transmistted after a needed IFS. |