You are viewing documentation for version:
3.3.4
Structure representing the Bluetooth Packet Error Rate (PER) statistics.
This structure is used to define the parameters for collecting Bluetooth PER statistics, including counts of CRC fails, successful transmissions, and other relevant metrics.
Public Attributes# uint16_t
Packet count of CRC fails (Cyclic Redundancy Check (CRC))
uint16_t
Packet count of CRC passes.
uint16_t
Packet count of aborted transmissions.
uint16_t
Packet count of dropped receptions.
uint16_t
Packet count of CCA Idle (Clear Channel Assessment (CCA))
uint16_t
Packet count of Rx start.
uint16_t
Packet count of aborted receptions.
uint16_t
Packet count of successful transmissions.
int8_t
Received Signal Strength Indicator of the packet.
uint16_t
Packet count of ID packets received.
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.