Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c16c5a9f authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Merge changes from topic "cherrypick-BT-result-storage-descriptor" am: 245ce4d049

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1765907

Change-Id: Ifd5482b6d0bfc5d185608ca113490704644405af
parents 2d2a0de0 4492b749
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -327,8 +327,11 @@ public final class BluetoothLeScanner {
    /**
     * Start truncated scan.
     *
     * @deprecated this is not used anywhere
     *
     * @hide
     */
    @Deprecated
    @SystemApi
    public void startTruncatedScan(List<TruncatedFilter> truncatedFilters, ScanSettings settings,
            final ScanCallback callback) {
+3 −0
Original line number Diff line number Diff line
@@ -23,8 +23,11 @@ import android.os.Parcelable;
/**
 * Describes the way to store scan result.
 *
 * @deprecated this is not used anywhere
 *
 * @hide
 */
@Deprecated
@SystemApi
public final class ResultStorageDescriptor implements Parcelable {
    private int mType;
+3 −0
Original line number Diff line number Diff line
@@ -23,8 +23,11 @@ import java.util.List;
/**
 * A special scan filter that lets the client decide how the scan record should be stored.
 *
 * @deprecated this is not used anywhere
 *
 * @hide
 */
@Deprecated
@SystemApi
public final class TruncatedFilter {
    private final ScanFilter mFilter;