|
|
|
|
@@ -1752,17 +1752,17 @@ package android.bluetooth.le {
|
|
|
|
|
public final class BluetoothLeScanner {
|
|
|
|
|
method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_ADMIN, android.Manifest.permission.UPDATE_DEVICE_STATS}) public void startScanFromSource(android.os.WorkSource, android.bluetooth.le.ScanCallback);
|
|
|
|
|
method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_ADMIN, android.Manifest.permission.UPDATE_DEVICE_STATS}) public void startScanFromSource(java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.os.WorkSource, android.bluetooth.le.ScanCallback);
|
|
|
|
|
method public void startTruncatedScan(java.util.List<android.bluetooth.le.TruncatedFilter>, android.bluetooth.le.ScanSettings, android.bluetooth.le.ScanCallback);
|
|
|
|
|
method @Deprecated public void startTruncatedScan(java.util.List<android.bluetooth.le.TruncatedFilter>, android.bluetooth.le.ScanSettings, android.bluetooth.le.ScanCallback);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public final class ResultStorageDescriptor implements android.os.Parcelable {
|
|
|
|
|
ctor public ResultStorageDescriptor(int, int, int);
|
|
|
|
|
method public int describeContents();
|
|
|
|
|
method public int getLength();
|
|
|
|
|
method public int getOffset();
|
|
|
|
|
method public int getType();
|
|
|
|
|
method public void writeToParcel(android.os.Parcel, int);
|
|
|
|
|
field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.ResultStorageDescriptor> CREATOR;
|
|
|
|
|
@Deprecated public final class ResultStorageDescriptor implements android.os.Parcelable {
|
|
|
|
|
ctor @Deprecated public ResultStorageDescriptor(int, int, int);
|
|
|
|
|
method @Deprecated public int describeContents();
|
|
|
|
|
method @Deprecated public int getLength();
|
|
|
|
|
method @Deprecated public int getOffset();
|
|
|
|
|
method @Deprecated public int getType();
|
|
|
|
|
method @Deprecated public void writeToParcel(android.os.Parcel, int);
|
|
|
|
|
field @Deprecated @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.ResultStorageDescriptor> CREATOR;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public final class ScanFilter implements android.os.Parcelable {
|
|
|
|
|
@@ -1786,10 +1786,10 @@ package android.bluetooth.le {
|
|
|
|
|
method public android.bluetooth.le.ScanSettings.Builder setScanResultType(int);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public final class TruncatedFilter {
|
|
|
|
|
ctor public TruncatedFilter(android.bluetooth.le.ScanFilter, java.util.List<android.bluetooth.le.ResultStorageDescriptor>);
|
|
|
|
|
method public android.bluetooth.le.ScanFilter getFilter();
|
|
|
|
|
method public java.util.List<android.bluetooth.le.ResultStorageDescriptor> getStorageDescriptors();
|
|
|
|
|
@Deprecated public final class TruncatedFilter {
|
|
|
|
|
ctor @Deprecated public TruncatedFilter(android.bluetooth.le.ScanFilter, java.util.List<android.bluetooth.le.ResultStorageDescriptor>);
|
|
|
|
|
method @Deprecated public android.bluetooth.le.ScanFilter getFilter();
|
|
|
|
|
method @Deprecated public java.util.List<android.bluetooth.le.ResultStorageDescriptor> getStorageDescriptors();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|