nrfxlib API 2.8.99
|
bool nrf_802154_ie_writer_tx_setup | ( | uint8_t * | p_frame, |
nrf_802154_transmit_params_t * | p_params, | ||
nrf_802154_transmit_failed_notification_t | notify_function ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_ie_writer.h>
Transmission setup hook for the IE writer module.
This hook parses the frame in search of header Information Elements and arms the IE writer module. The IE writer module shall write data to recognized Information Elements during the execution of nrf_802154_ie_writer_tx_ack_started_hook and nrf_802154_ie_writer_tx_started_hook hooks.
If this function detects a malformed frame, the module state shall be reset to the unarmed state. There is no guarantee that all malformed frames will be detected.
[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 | Always succeeds. |