Data structure of the rssi event.

Public Attributes#

uint8_t
uint8_t
int8_t

Public Attribute Documentation#

connection#

uint8_t sl_bt_evt_connection_rssi_s::connection

Connection handle


status#

uint8_t sl_bt_evt_connection_rssi_s::status

Command complete status:

  • 0x00: The command succeeded

  • 0x01-0xFF: The command failed. See Bluetooth Core specification v5.0 [Vol 2] Part D, Error Codes


rssi#

int8_t sl_bt_evt_connection_rssi_s::rssi

The median of the last seven measured RSSI values on the connection. Units: dBm. Range: -127 to +20. Ignore this parameter if the command fails.