nrfxlib API 2.8.99
|
bool nrf_802154_ack_timeout_tx_started_hook | ( | uint8_t * | p_frame | ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_ack_timeout.h>
Handles a TX started event.
[in] | p_frame | Pointer to the buffer that contains a frame being transmitted. |
true | TX started event is to be propagated to the MAC layer. |
false | TX started event is not to be propagated to the MAC layer. It is handled internally in the ACK timeout module. |