![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
This structure notifies that RSSI has been acquired by R_BLE_GAP_ReadRssi().
uint16_t st_ble_gap_rd_rssi_evt_t::conn_hdl |
Connection handle identifying the link whose RSSI was acquired.
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.