Data structure of the statistics event.
Public Attribute Documentation#
connection#
uint8_t sl_bt_evt_connection_statistics_s::connection
Handle of the connection
6949
of file /mnt/raid/workspaces/ws.pY3F1RWXq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/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
Valid value range: -127 to +20
Value 127: information unavailable
6950
of file /mnt/raid/workspaces/ws.pY3F1RWXq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/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
Valid value range: -127 to +20
Value 127: information unavailable
6960
of file /mnt/raid/workspaces/ws.pY3F1RWXq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/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.
6970
of file /mnt/raid/workspaces/ws.pY3F1RWXq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/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.
6984
of file /mnt/raid/workspaces/ws.pY3F1RWXq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/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.
6994
of file /mnt/raid/workspaces/ws.pY3F1RWXq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/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.
6998
of file /mnt/raid/workspaces/ws.pY3F1RWXq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h