FileDocCategorySizeDatePackage
ScanSettings.javaAPI DocAndroid 5.1 API1851Sat Mar 14 14:09:56 GMT 2015android.bluetooth.le

ScanSettings.java

package android.bluetooth.le;
public final class ScanSettings
  implements android.os.Parcelable
{
public static final class Builder
{
public  Builder() { throw new RuntimeException("Stub!"); }
public  android.bluetooth.le.ScanSettings.Builder setScanMode(int scanMode) { throw new RuntimeException("Stub!"); }
public  android.bluetooth.le.ScanSettings.Builder setCallbackType(int callbackType) { throw new RuntimeException("Stub!"); }
public  android.bluetooth.le.ScanSettings.Builder setScanResultType(int scanResultType) { throw new RuntimeException("Stub!"); }
public  android.bluetooth.le.ScanSettings.Builder setReportDelay(long reportDelayMillis) { throw new RuntimeException("Stub!"); }
public  android.bluetooth.le.ScanSettings build() { throw new RuntimeException("Stub!"); }
}
ScanSettings() { throw new RuntimeException("Stub!"); }
public  int getScanMode() { throw new RuntimeException("Stub!"); }
public  int getCallbackType() { throw new RuntimeException("Stub!"); }
public  int getScanResultType() { throw new RuntimeException("Stub!"); }
public  long getReportDelayMillis() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public static final int CALLBACK_TYPE_ALL_MATCHES = 1;
public static final int CALLBACK_TYPE_FIRST_MATCH = 2;
public static final int CALLBACK_TYPE_MATCH_LOST = 4;
public static final android.os.Parcelable.Creator<android.bluetooth.le.ScanSettings> CREATOR;
public static final int SCAN_MODE_BALANCED = 1;
public static final int SCAN_MODE_LOW_LATENCY = 2;
public static final int SCAN_MODE_LOW_POWER = 0;
public static final int SCAN_RESULT_TYPE_ABBREVIATED = 1;
public static final int SCAN_RESULT_TYPE_FULL = 0;
static { CREATOR = null; }
}