nrfxlib API 2.8.99
|
bool nrf_802154_encrypt_tx_failed_hook | ( | uint8_t * | p_frame, |
nrf_802154_tx_error_t | error ) |
TX failed hook for the encryption module.
This function aborts the transformation procedure of the provided frame.
[in] | p_frame | Pointer to the buffer that contains a frame being transmitted. |
[in] | error | Cause of the failed transmission. |
true | Always succeeds. |