Data structure of the statistics event.
Public Attribute Documentation#
connection#
uint8_t sl_bt_evt_connection_statistics_s::connection
Handle of the connection
5952
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
rssi_min#
int8_t sl_bt_evt_connection_statistics_s::rssi_min
The minimum Received Signal Strength Indicator (RSSI) value measured for packets that have been successfully received on this connection. Units: dBm
Range: -127 to +20
Value 127: information unavailable
5953
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
rssi_max#
int8_t sl_bt_evt_connection_statistics_s::rssi_max
The maximum Received Signal Strength Indicator (RSSI) value measured for packets that have been successfully received on this connection. Units: dBm
Range: -127 to +20
Value 127: information unavailable
5963
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
num_total_connection_events#
uint32_t sl_bt_evt_connection_statistics_s::num_total_connection_events
The total number of connection events that would have occurred on this connection if no packets were lost. This count therefore includes also connection events that were missed due to errors (see num_missed_connection_events
). In the Peripheral device this count does not include connection events where the Peripheral deliberately did not listen due to Peripheral latency.
5973
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
num_missed_connection_events#
uint32_t sl_bt_evt_connection_statistics_s::num_missed_connection_events
The number of connection events that have been missed on this connection. This includes connection events where the first packet of a connection event was either not received at all or was corrupted so that it was not recognized as belonging to this connection.
5987
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
num_successful_connection_events#
uint32_t sl_bt_evt_connection_statistics_s::num_successful_connection_events
The number of connection events that have occured on this connection without errors.
5997
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
num_crc_errors#
uint32_t sl_bt_evt_connection_statistics_s::num_crc_errors
The number of packets that have been received on this connection with a Cyclic Redundancy Check (CRC) error.
6001
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h