boolean readRemoteRSSI( const LGATTAddress & address, int32_t& rssi );
boolean readRemoteRSSI( const LGATTAddress & address, int32_t& rssi );
This function reads the signal strength of the remote device.
|
Parameters |
Description |
|
const LGATTAddress & address |
The address of the remote device, which can be obtained during the scan. |
|
int32_t& rssi |
The signal strength of the remote device. |
true: Successful.
false: Failed.
None.
LGATTClient.h