boolean getScanResult( int index, LGATTDeviceInfo& info );
boolean getScanResult( int index, LGATTDeviceInfo& info );
This function retrieves the device information from the scan result.
|
Parameters |
Description |
|
int index | |
|
LGATTDeviceInfo& info |
The object reference of LGATTDeviceInfo. |
true: Successful.
false: Failed.
LGATTDeviceInfo info; boolean ret = getScanResult(1, info);
LGATTClient.h