![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
This structure notifies that the extended test has been terminated.
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.
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.
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.
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.
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.