FileDocCategorySizeDatePackage
ScanResult.javaAPI DocAndroid 5.1 API1126Sat Mar 14 14:09:42 GMT 2015android.bluetooth.le

ScanResult

public final class ScanResult extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public ScanResult(android.bluetooth.BluetoothDevice device, android.bluetooth.le.ScanRecord scanRecord, int rssi, long timestampNanos)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothDevicegetDevice()

 throw new RuntimeException("Stub!"); 
public intgetRssi()

 throw new RuntimeException("Stub!"); 
public android.bluetooth.le.ScanRecordgetScanRecord()

 throw new RuntimeException("Stub!"); 
public longgetTimestampNanos()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");