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

Commit ecc512a6 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Bluetooth: deprecate TruncatedFilter and ResultStorageDescriptor

It's not used anywhere, and the implementation actually never do
anything.

Bug: 192615539
Merged-In: Icf8906c972cf18d65a22d30c3a628fd54db59179
Change-Id: Icf8906c972cf18d65a22d30c3a628fd54db59179
parent 45713f6c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -356,8 +356,11 @@ public final class BluetoothLeScanner {
    /**
     * Start truncated scan.
     *
     * @deprecated this is not used anywhere
     *
     * @hide
     */
    @Deprecated
    @SystemApi
    @RequiresBluetoothScanPermission
    @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN)
+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
@@ -24,8 +24,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
@SuppressLint("AndroidFrameworkBluetoothPermission")
public final class TruncatedFilter {