![]() |
nrfxlib API 3.3.99
|
| void nrf_gzll_device_tx_failed | ( | uint32_t | pipe, |
| nrf_gzll_device_tx_info_t | tx_info ) |
#include <gzll/include/nrf_gzll.h>
Transmission failed callback (Device mode only).
This callback is made when a packet does not receive an ACK after nrf_gzll_max_retries is reached. The packet is deleted by Gazell.
| pipe | is the pipe on which the transmission failed. |
| tx_info | struct used to indicate whether a payload was received in the ack, as well as RSSI and the number of TX attempts and channel switches required. |