Result response frame structure to send the results of the PER test.
#include <app_frame_format.h>
Data Fields | |
uint32_t | frames_with_wrong_crc |
uint32_t | lqi_avrg_rx |
uint32_t | num_of_frames_rx |
uint32_t | rssi_avrg_rx |
uint32_t result_rsp_t::frames_with_wrong_crc |
Referenced by per_mode_initiator_rx_cb(), and send_result_rsp().
uint32_t result_rsp_t::lqi_avrg_rx |
Referenced by per_mode_initiator_rx_cb(), and send_result_rsp().
uint32_t result_rsp_t::num_of_frames_rx |
Referenced by per_mode_initiator_rx_cb(), and send_result_rsp().
uint32_t result_rsp_t::rssi_avrg_rx |
Referenced by per_mode_initiator_rx_cb(), and send_result_rsp().