Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_vs_test_end_evt_t Struct Reference

This structure notifies that the extended test has been terminated. More...

Data Fields

uint16_t num_of_packet
 The number of packet successfully received in the receiver test. More...
 
uint16_t num_of_crc_err_packet
 The number of CRC error packets in the receiver test. More...
 
int8_t ave_rssi
 Average RSSI(dBm) in the receiver test. More...
 
int8_t max_rssi
 Maximum RSSI(dBm) in the receiver test. More...
 
int8_t min_rssi
 Minimum RSSI(dBm) in the receiver test. More...
 

Detailed Description

This structure notifies that the extended test has been terminated.

Field Documentation

◆ num_of_packet

uint16_t st_ble_vs_test_end_evt_t::num_of_packet

The number of packet successfully received in the receiver test.

If the number exceeds 16-bits, this field shows the result of overflow.
It shows 0 other than receiver test.

◆ num_of_crc_err_packet

uint16_t st_ble_vs_test_end_evt_t::num_of_crc_err_packet

The number of CRC error packets in the receiver test.

If the number exceeds 16-bits, this field shows the result of overflow.
It shows 0 other than receiver test.

◆ ave_rssi

int8_t st_ble_vs_test_end_evt_t::ave_rssi

Average RSSI(dBm) in the receiver test.

Truncate the decimal point.
When RSSI is not available, this field is set to 127.

◆ max_rssi

int8_t st_ble_vs_test_end_evt_t::max_rssi

Maximum RSSI(dBm) in the receiver test.

When RSSI is not available, this field is set to 127.

◆ min_rssi

int8_t st_ble_vs_test_end_evt_t::min_rssi

Minimum RSSI(dBm) in the receiver test.

When RSSI is not available, this field is set to 127.