sl_bt_evt_connection_rssiConnection#
Triggered when an connection_get_rssi command has completed.
Data Structures#
struct | |
Data structure of the rssi event. |
Macros#
define | sl_bt_evt_connection_rssi_id 0x030600a0 |
Identifier of the rssi event. |
Detailed Description#
Triggered when an connection_get_rssi command has completed.
Data Structure Documentation#
sl_bt_evt_connection_rssi_s#
struct sl_bt_evt_connection_rssi_s |
Data structure of the rssi event.
Data Fields | |||
---|---|---|---|
uint8_t | connection | Connection handle | |
uint8_t | status | Command complete status:
| |
int8_t | rssi | RSSI in the latest received packet of the connection. Units: dBm. Range: -127 to +20. Ignore this parameter if the command fails. |