FileDocCategorySizeDatePackage
ScanFilter.javaAPI DocAndroid 5.1 API3058Sat Mar 14 14:09:44 GMT 2015android.bluetooth.le

ScanFilter

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

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
ScanFilter()

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

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

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

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

 throw new RuntimeException("Stub!"); 
public byte[]getManufacturerData()

 throw new RuntimeException("Stub!"); 
public byte[]getManufacturerDataMask()

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

 throw new RuntimeException("Stub!"); 
public byte[]getServiceData()

 throw new RuntimeException("Stub!"); 
public byte[]getServiceDataMask()

 throw new RuntimeException("Stub!"); 
public android.os.ParcelUuidgetServiceDataUuid()

 throw new RuntimeException("Stub!"); 
public android.os.ParcelUuidgetServiceUuid()

 throw new RuntimeException("Stub!"); 
public android.os.ParcelUuidgetServiceUuidMask()

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

 throw new RuntimeException("Stub!"); 
public booleanmatches(android.bluetooth.le.ScanResult scanResult)

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

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

 throw new RuntimeException("Stub!");