#include <nrf_802154/driver/src/nrf_802154_core_hooks.h>
Processes hooks which are to fire before the transmission but after previous operation has been already terminated.
- Parameters
-
[in] | p_frame | Pointer to a buffer that contains PHR and PSDU of the frame that is to be transmitted. |
[in] | p_params | Pointer to the transmission parameters. |
[in] | notify_function | Function to be called to notify transmission failure. |
- Return values
-
true | Frame can be sent immediately. |
false | Hooks have handled the frame - upper layer should not worry about it anymore. |