Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_rd_rssi_evt_t Struct Reference

This structure notifies that RSSI has been acquired by R_BLE_GAP_ReadRssi(). More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the link whose RSSI was acquired. More...
 
int8_t rssi
 RSSI(in dBm). More...
 

Detailed Description

This structure notifies that RSSI has been acquired by R_BLE_GAP_ReadRssi().

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_rd_rssi_evt_t::conn_hdl

Connection handle identifying the link whose RSSI was acquired.

◆ rssi

int8_t st_ble_gap_rd_rssi_evt_t::rssi

RSSI(in dBm).

Valid range is -127 < rssi < 20 and 127.
If this field is 127, it indicates that RSSI could not be acquired.