Event structure for BLE_GAP_EVT_QOS_CONN_EVENT_REPORT . More...
#include <ble_gap.h>
Data Fields |
|
| uint16_t | event_counter |
| uint8_t | ch_index |
| uint8_t | crc_ok_count |
| uint8_t | crc_error_count |
| uint8_t | rx_timeout : 1 |
Detailed Description
Event structure for BLE_GAP_EVT_QOS_CONN_EVENT_REPORT .
Field Documentation
| uint8_t ble_gap_evt_qos_conn_event_report_t::ch_index |
Data Channel Index used during the connection event (0-36).
| uint8_t ble_gap_evt_qos_conn_event_report_t::crc_error_count |
Number of packets received with bad CRC during the connection event.
| uint8_t ble_gap_evt_qos_conn_event_report_t::crc_ok_count |
Number of packets received with good CRC during the connection event.
| uint16_t ble_gap_evt_qos_conn_event_report_t::event_counter |
Connection event counter corresponding to the connection event report.
| uint8_t ble_gap_evt_qos_conn_event_report_t::rx_timeout |
Indicates that the connection event was closed because a packet was not received.