nrfxlib API 2.8.99
|
void nrf_gzll_device_tx_success | ( | uint32_t | pipe, |
nrf_gzll_device_tx_info_t | tx_info ) |
#include <gzll/include/nrf_gzll.h>
ACK received callback (Device mode only).
This callback is made when the Device receives an ACK (acknowledgement) packet.
pipe | is the pipe on which an ACK packet was received. |
tx_info | struct used to indicate whether a payload was received in the ack, as well as the number of TX attempts and channel switches required. |