public final class android.bluetooth.le.ScanSettings implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.bluetooth.le.ScanSettings
  super_class: java.lang.Object
{
  public static final int SCAN_MODE_OPPORTUNISTIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int SCAN_MODE_LOW_POWER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SCAN_MODE_BALANCED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int SCAN_MODE_LOW_LATENCY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int CALLBACK_TYPE_ALL_MATCHES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int CALLBACK_TYPE_FIRST_MATCH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int CALLBACK_TYPE_MATCH_LOST;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int MATCH_NUM_ONE_ADVERTISEMENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MATCH_NUM_FEW_ADVERTISEMENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int MATCH_NUM_MAX_ADVERTISEMENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int MATCH_MODE_AGGRESSIVE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MATCH_MODE_STICKY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int SCAN_RESULT_TYPE_FULL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int SCAN_RESULT_TYPE_ABBREVIATED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int PHY_LE_ALL_SUPPORTED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  private int mScanMode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mCallbackType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mScanResultType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long mReportDelayMillis;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int mMatchMode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mNumOfMatchesPerFilter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mLegacy;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int mPhy;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public static final android.os.Parcelable$Creator<android.bluetooth.le.ScanSettings> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/bluetooth/le/ScanSettings;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 246
            new android.bluetooth.le.ScanSettings$1
            dup
            invokespecial android.bluetooth.le.ScanSettings$1.<init>:()V
         1: .line 245
            putstatic android.bluetooth.le.ScanSettings.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 256
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getScanMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 156
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mScanMode:I
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  public int getCallbackType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 160
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mCallbackType:I
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  public int getScanResultType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 164
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mScanResultType:I
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  public int getMatchMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 171
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mMatchMode:I
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  public int getNumOfMatches();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 178
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mNumOfMatchesPerFilter:I
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  public boolean getLegacy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 187
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mLegacy:Z
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  public int getPhy();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 194
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mPhy:I
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  public long getReportDelayMillis();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 201
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mReportDelayMillis:J
            lreturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;

  private void <init>(int, int, int, long, int, int, boolean, int);
    descriptor: (IIIJIIZI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=9
        start local 0 // android.bluetooth.le.ScanSettings this
        start local 1 // int scanMode
        start local 2 // int callbackType
        start local 3 // int scanResultType
        start local 4 // long reportDelayMillis
        start local 6 // int matchMode
        start local 7 // int numOfMatchesPerFilter
        start local 8 // boolean legacy
        start local 9 // int phy
         0: .line 204
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 207
            aload 0 /* this */
            iload 1 /* scanMode */
            putfield android.bluetooth.le.ScanSettings.mScanMode:I
         2: .line 208
            aload 0 /* this */
            iload 2 /* callbackType */
            putfield android.bluetooth.le.ScanSettings.mCallbackType:I
         3: .line 209
            aload 0 /* this */
            iload 3 /* scanResultType */
            putfield android.bluetooth.le.ScanSettings.mScanResultType:I
         4: .line 210
            aload 0 /* this */
            lload 4 /* reportDelayMillis */
            putfield android.bluetooth.le.ScanSettings.mReportDelayMillis:J
         5: .line 211
            aload 0 /* this */
            iload 7 /* numOfMatchesPerFilter */
            putfield android.bluetooth.le.ScanSettings.mNumOfMatchesPerFilter:I
         6: .line 212
            aload 0 /* this */
            iload 6 /* matchMode */
            putfield android.bluetooth.le.ScanSettings.mMatchMode:I
         7: .line 213
            aload 0 /* this */
            iload 8 /* legacy */
            putfield android.bluetooth.le.ScanSettings.mLegacy:Z
         8: .line 214
            aload 0 /* this */
            iload 9 /* phy */
            putfield android.bluetooth.le.ScanSettings.mPhy:I
         9: .line 215
            return
        end local 9 // int phy
        end local 8 // boolean legacy
        end local 7 // int numOfMatchesPerFilter
        end local 6 // int matchMode
        end local 4 // long reportDelayMillis
        end local 3 // int scanResultType
        end local 2 // int callbackType
        end local 1 // int scanMode
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Landroid/bluetooth/le/ScanSettings;
            0   10     1               scanMode  I
            0   10     2           callbackType  I
            0   10     3         scanResultType  I
            0   10     4      reportDelayMillis  J
            0   10     6              matchMode  I
            0   10     7  numOfMatchesPerFilter  I
            0   10     8                 legacy  Z
            0   10     9                    phy  I
    MethodParameters:
                       Name  Flags
      scanMode               
      callbackType           
      scanResultType         
      reportDelayMillis      
      matchMode              
      numOfMatchesPerFilter  
      legacy                 
      phy                    

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.ScanSettings this
        start local 1 // android.os.Parcel in
         0: .line 217
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 218
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanSettings.mScanMode:I
         2: .line 219
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanSettings.mCallbackType:I
         3: .line 220
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanSettings.mScanResultType:I
         4: .line 221
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.bluetooth.le.ScanSettings.mReportDelayMillis:J
         5: .line 222
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanSettings.mMatchMode:I
         6: .line 223
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanSettings.mNumOfMatchesPerFilter:I
         7: .line 224
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: android.bluetooth.le.ScanSettings android.os.Parcel
      StackMap stack: android.bluetooth.le.ScanSettings
         8: iconst_0
      StackMap locals: android.bluetooth.le.ScanSettings android.os.Parcel
      StackMap stack: android.bluetooth.le.ScanSettings int
         9: putfield android.bluetooth.le.ScanSettings.mLegacy:Z
        10: .line 225
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanSettings.mPhy:I
        11: .line 226
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/bluetooth/le/ScanSettings;
            0   12     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.ScanSettings this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 230
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mScanMode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 231
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mCallbackType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 232
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mScanResultType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 233
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mReportDelayMillis:J
            invokevirtual android.os.Parcel.writeLong:(J)V
         4: .line 234
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mMatchMode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 235
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mNumOfMatchesPerFilter:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 236
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mLegacy:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: android.os.Parcel
         7: iconst_0
      StackMap locals: android.bluetooth.le.ScanSettings android.os.Parcel int
      StackMap stack: android.os.Parcel int
         8: invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 237
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanSettings.mPhy:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 238
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/bluetooth/le/ScanSettings;
            0   11     1   dest  Landroid/os/Parcel;
            0   11     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanSettings this
         0: .line 242
            iconst_0
            ireturn
        end local 0 // android.bluetooth.le.ScanSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanSettings;
}
SourceFile: "ScanSettings.java"
NestMembers:
  android.bluetooth.le.ScanSettings$1  android.bluetooth.le.ScanSettings$Builder
InnerClasses:
  android.bluetooth.le.ScanSettings$1
  public final Builder = android.bluetooth.le.ScanSettings$Builder of android.bluetooth.le.ScanSettings
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable