#include <nrf_802154/driver/src/nrf_802154_request.h>
Requests a call to nrf_802154_delayed_trx_transmit.
- Parameters
-
[in] | p_data | Pointer to the array with data to transmit. The first byte must contain the frame length (including FCS). The following bytes contain data. The CRC is computed automatically by the radio hardware. Therefore, the FCS field can contain any bytes. |
[in] | tx_time | Absolute time used by the SL timer, in microseconds (us). |
[in] | p_metadata | Pointer to metadata structure. Contains detailed properties of data to transmit. If NULL following metadata are used:
|
- Return values
-
true | The transmission procedure was scheduled. |
false | The driver could not schedule the transmission procedure. |