Structure represents the Bluetooth Packet Error Rate (PER) statistics.

This structure is used to define the parameters for collecting Bluetooth PER statistics, that includes counts of CRC fails, successful transmissions, and other relevant metrics.

Public Attributes#

uint16_t
uint16_t
uint16_t
uint16_t
uint16_t
uint16_t
int8_t
uint16_t
uint16_t

Public Attribute Documentation#

crc_fail_cnt#

uint16_t rsi_bt_per_stats_s::crc_fail_cnt

Packet count of CRC fails (Cyclic Redundancy Check (CRC))


crc_pass_cnt#

uint16_t rsi_bt_per_stats_s::crc_pass_cnt

Packet count of CRC passes


tx_abort_cnt#

uint16_t rsi_bt_per_stats_s::tx_abort_cnt

Packet count of aborted transmissions


rx_drop_cnt#

uint16_t rsi_bt_per_stats_s::rx_drop_cnt

Packet count of dropped receptions


rx_cca_idle_cnt#

uint16_t rsi_bt_per_stats_s::rx_cca_idle_cnt

Packet count of CCA Idle (Clear Channel Assessment (CCA))


rx_start_idle_cnt#

uint16_t rsi_bt_per_stats_s::rx_start_idle_cnt

Packet count of Rx start


rx_abrt_cnt#

uint16_t rsi_bt_per_stats_s::rx_abrt_cnt

Packet count of aborted receptions


tx_dones#

uint16_t rsi_bt_per_stats_s::tx_dones

Packet count of successful transmissions


rssi#

int8_t rsi_bt_per_stats_s::rssi

Received Signal Strength Indicator of the packet


id_pkts_rcvd#

uint16_t rsi_bt_per_stats_s::id_pkts_rcvd

Packet count of ID packets received


dummy#

uint16_t rsi_bt_per_stats_s::dummy[5]

Dummy array of length 5