Data structure of the rssi event.
Public Attribute Documentation#
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.