Data structure of the statistics event.

Public Attribute Documentation#

connection#

uint8_t sl_bt_evt_connection_statistics_s::connection

Handle of the connection


Definition at line 6946 of file /mnt/raid/workspaces/ws.USsMlsi0G/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


Definition at line 6947 of file /mnt/raid/workspaces/ws.USsMlsi0G/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


Definition at line 6957 of file /mnt/raid/workspaces/ws.USsMlsi0G/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.


Definition at line 6967 of file /mnt/raid/workspaces/ws.USsMlsi0G/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.


Definition at line 6981 of file /mnt/raid/workspaces/ws.USsMlsi0G/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.


Definition at line 6991 of file /mnt/raid/workspaces/ws.USsMlsi0G/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.


Definition at line 6995 of file /mnt/raid/workspaces/ws.USsMlsi0G/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h