nRF Connect SDK API 2.8.99
|
typedef void(* gzp_tx_result_callback) (bool success, uint32_t pipe, const nrf_gzll_device_tx_info_t *tx_info) |
#include <include/gzp.h>
Callback function for reporting packet transmit result
success | is the packet transmit result. |
pipe | is the pipe. |
tx_info | struct is the information about the packet transmission. |