Data structure of the rssi event.
Public Attribute Documentation#
connection#
uint8_t sl_bt_evt_connection_rssi_s::connection
Connection handle
Definition at line
6517
of file /mnt/raid/workspaces/ws.vHmYkJajL/overlay/gsdk/protocol/bluetooth/build_debug/bt_api/sw/bgapi/inc/sl_bt_api.h
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
Definition at line
6518
of file /mnt/raid/workspaces/ws.vHmYkJajL/overlay/gsdk/protocol/bluetooth/build_debug/bt_api/sw/bgapi/inc/sl_bt_api.h
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.
Definition at line
6523
of file /mnt/raid/workspaces/ws.vHmYkJajL/overlay/gsdk/protocol/bluetooth/build_debug/bt_api/sw/bgapi/inc/sl_bt_api.h