esp_ble_gap_read_rssi() function
This function is called to read the RSSI of remote device. The address of link policy results are returned in the gap callback function with ESP_GAP_BLE_READ_RSSI_COMPLETE_EVT event.
Arguments
remote_addr
The remote connection device address.
Return value
- ESP_OK : success - other : failed