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

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

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

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

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

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

  private static final int ET_LEGACY_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int ET_CONNECTABLE_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private android.bluetooth.BluetoothDevice mDevice;
    descriptor: Landroid/bluetooth/BluetoothDevice;
    flags: (0x0002) ACC_PRIVATE

  private android.bluetooth.le.ScanRecord mScanRecord;
    descriptor: Landroid/bluetooth/le/ScanRecord;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

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

  public void <init>(android.bluetooth.BluetoothDevice, android.bluetooth.le.ScanRecord, int, long);
    descriptor: (Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/le/ScanRecord;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // android.bluetooth.le.ScanResult this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // android.bluetooth.le.ScanRecord scanRecord
        start local 3 // int rssi
        start local 4 // long timestampNanos
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 107
            aload 0 /* this */
            aload 1 /* device */
            putfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
         2: .line 108
            aload 0 /* this */
            aload 2 /* scanRecord */
            putfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
         3: .line 109
            aload 0 /* this */
            iload 3 /* rssi */
            putfield android.bluetooth.le.ScanResult.mRssi:I
         4: .line 110
            aload 0 /* this */
            lload 4 /* timestampNanos */
            putfield android.bluetooth.le.ScanResult.mTimestampNanos:J
         5: .line 111
            aload 0 /* this */
            bipush 17
            putfield android.bluetooth.le.ScanResult.mEventType:I
         6: .line 112
            aload 0 /* this */
            iconst_1
            putfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
         7: .line 113
            aload 0 /* this */
            iconst_0
            putfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
         8: .line 114
            aload 0 /* this */
            sipush 255
            putfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
         9: .line 115
            aload 0 /* this */
            bipush 127
            putfield android.bluetooth.le.ScanResult.mTxPower:I
        10: .line 116
            aload 0 /* this */
            iconst_0
            putfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
        11: .line 117
            return
        end local 4 // long timestampNanos
        end local 3 // int rssi
        end local 2 // android.bluetooth.le.ScanRecord scanRecord
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Landroid/bluetooth/le/ScanResult;
            0   12     1          device  Landroid/bluetooth/BluetoothDevice;
            0   12     2      scanRecord  Landroid/bluetooth/le/ScanRecord;
            0   12     3            rssi  I
            0   12     4  timestampNanos  J
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      device          
      scanRecord      
      rssi            
      timestampNanos  

  public void <init>(android.bluetooth.BluetoothDevice, int, int, int, int, int, int, int, android.bluetooth.le.ScanRecord, long);
    descriptor: (Landroid/bluetooth/BluetoothDevice;IIIIIIILandroid/bluetooth/le/ScanRecord;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=12, args_size=11
        start local 0 // android.bluetooth.le.ScanResult this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int eventType
        start local 3 // int primaryPhy
        start local 4 // int secondaryPhy
        start local 5 // int advertisingSid
        start local 6 // int txPower
        start local 7 // int rssi
        start local 8 // int periodicAdvertisingInterval
        start local 9 // android.bluetooth.le.ScanRecord scanRecord
        start local 10 // long timestampNanos
         0: .line 133
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 136
            aload 0 /* this */
            aload 1 /* device */
            putfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
         2: .line 137
            aload 0 /* this */
            iload 2 /* eventType */
            putfield android.bluetooth.le.ScanResult.mEventType:I
         3: .line 138
            aload 0 /* this */
            iload 3 /* primaryPhy */
            putfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
         4: .line 139
            aload 0 /* this */
            iload 4 /* secondaryPhy */
            putfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
         5: .line 140
            aload 0 /* this */
            iload 5 /* advertisingSid */
            putfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
         6: .line 141
            aload 0 /* this */
            iload 6 /* txPower */
            putfield android.bluetooth.le.ScanResult.mTxPower:I
         7: .line 142
            aload 0 /* this */
            iload 7 /* rssi */
            putfield android.bluetooth.le.ScanResult.mRssi:I
         8: .line 143
            aload 0 /* this */
            iload 8 /* periodicAdvertisingInterval */
            putfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
         9: .line 144
            aload 0 /* this */
            aload 9 /* scanRecord */
            putfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
        10: .line 145
            aload 0 /* this */
            lload 10 /* timestampNanos */
            putfield android.bluetooth.le.ScanResult.mTimestampNanos:J
        11: .line 146
            return
        end local 10 // long timestampNanos
        end local 9 // android.bluetooth.le.ScanRecord scanRecord
        end local 8 // int periodicAdvertisingInterval
        end local 7 // int rssi
        end local 6 // int txPower
        end local 5 // int advertisingSid
        end local 4 // int secondaryPhy
        end local 3 // int primaryPhy
        end local 2 // int eventType
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   12     0                         this  Landroid/bluetooth/le/ScanResult;
            0   12     1                       device  Landroid/bluetooth/BluetoothDevice;
            0   12     2                    eventType  I
            0   12     3                   primaryPhy  I
            0   12     4                 secondaryPhy  I
            0   12     5               advertisingSid  I
            0   12     6                      txPower  I
            0   12     7                         rssi  I
            0   12     8  periodicAdvertisingInterval  I
            0   12     9                   scanRecord  Landroid/bluetooth/le/ScanRecord;
            0   12    10               timestampNanos  J
    MethodParameters:
                             Name  Flags
      device                       
      eventType                    
      primaryPhy                   
      secondaryPhy                 
      advertisingSid               
      txPower                      
      rssi                         
      periodicAdvertisingInterval  
      scanRecord                   
      timestampNanos               

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.le.ScanResult this
        start local 1 // android.os.Parcel in
         0: .line 148
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 149
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.bluetooth.le.ScanResult.readFromParcel:(Landroid/os/Parcel;)V
         2: .line 150
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/bluetooth/le/ScanResult;
            0    3     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.ScanResult this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 154
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
            ifnull 4
         1: .line 155
            aload 1 /* dest */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 156
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.bluetooth.BluetoothDevice.writeToParcel:(Landroid/os/Parcel;I)V
         3: .line 157
            goto 5
         4: .line 158
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
            ifnull 9
         6: .line 161
            aload 1 /* dest */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 162
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
            invokevirtual android.bluetooth.le.ScanRecord.getBytes:()[B
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         8: .line 163
            goto 10
         9: .line 164
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mRssi:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 167
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTimestampNanos:J
            invokevirtual android.os.Parcel.writeLong:(J)V
        12: .line 168
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        13: .line 169
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        14: .line 170
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        15: .line 171
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        16: .line 172
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTxPower:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        17: .line 173
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        18: .line 174
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Landroid/bluetooth/le/ScanResult;
            0   19     1   dest  Landroid/os/Parcel;
            0   19     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  private void readFromParcel(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.ScanResult this
        start local 1 // android.os.Parcel in
         0: .line 177
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            iconst_1
            if_icmpne 2
         1: .line 178
            aload 0 /* this */
            getstatic android.bluetooth.BluetoothDevice.CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.bluetooth.BluetoothDevice
            putfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            iconst_1
            if_icmpne 4
         3: .line 181
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.createByteArray:()[B
            invokestatic android.bluetooth.le.ScanRecord.parseFromBytes:([B)Landroid/bluetooth/le/ScanRecord;
            putfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
         4: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanResult.mRssi:I
         5: .line 184
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            putfield android.bluetooth.le.ScanResult.mTimestampNanos:J
         6: .line 185
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanResult.mEventType:I
         7: .line 186
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
         8: .line 187
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
         9: .line 188
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
        10: .line 189
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanResult.mTxPower:I
        11: .line 190
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
        12: .line 191
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/bluetooth/le/ScanResult;
            0   13     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 195
            iconst_0
            ireturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanResult;

  public android.bluetooth.BluetoothDevice getDevice();
    descriptor: ()Landroid/bluetooth/BluetoothDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 202
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
            areturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanResult;

  public android.bluetooth.le.ScanRecord getScanRecord();
    descriptor: ()Landroid/bluetooth/le/ScanRecord;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 210
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
            areturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanResult;

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

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

  public boolean isLegacy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 233
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            bipush 16
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/bluetooth/le/ScanResult;

  public boolean isConnectable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 240
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/bluetooth/le/ScanResult;

  public int getDataStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 250
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            iconst_5
            ishr
            iconst_3
            iand
            ireturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/ScanResult;

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

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

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

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

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

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 305
            bipush 10
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mRssi:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTimestampNanos:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_4
         1: .line 306
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_5
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 7
         2: .line 307
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 8
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTxPower:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 9
         3: .line 308
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         4: .line 305
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/bluetooth/le/ScanResult;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.bluetooth.le.ScanResult this
        start local 1 // java.lang.Object obj
         0: .line 313
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 314
            iconst_1
            ireturn
         2: .line 316
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 317
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 319
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast android.bluetooth.le.ScanResult
            astore 2 /* other */
        start local 2 // android.bluetooth.le.ScanResult other
         5: .line 320
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 15
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mRssi:I
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mRssi:I
            if_icmpne 15
         6: .line 321
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 15
         7: .line 322
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTimestampNanos:J
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mTimestampNanos:J
            lcmp
            ifne 15
         8: .line 323
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            if_icmpne 15
         9: .line 324
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
            if_icmpne 15
        10: .line 325
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
            if_icmpne 15
        11: .line 326
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
            if_icmpne 15
        12: .line 327
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTxPower:I
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mTxPower:I
            if_icmpne 15
        13: .line 328
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
            aload 2 /* other */
            getfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
            if_icmpne 15
        14: .line 320
            iconst_1
            ireturn
      StackMap locals: android.bluetooth.le.ScanResult
      StackMap stack:
        15: iconst_0
            ireturn
        end local 2 // android.bluetooth.le.ScanResult other
        end local 1 // java.lang.Object obj
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Landroid/bluetooth/le/ScanResult;
            0   16     1    obj  Ljava/lang/Object;
            5   16     2  other  Landroid/bluetooth/le/ScanResult;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.le.ScanResult this
         0: .line 333
            new java.lang.StringBuilder
            dup
            ldc "ScanResult{device="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mDevice:Landroid/bluetooth/BluetoothDevice;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", scanRecord="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 334
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mScanRecord:Landroid/bluetooth/le/ScanRecord;
            invokestatic java.util.Objects.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", rssi="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mRssi:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 335
            ldc ", timestampNanos="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTimestampNanos:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", eventType="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mEventType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 336
            ldc ", primaryPhy="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPrimaryPhy:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", secondaryPhy="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mSecondaryPhy:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 337
            ldc ", advertisingSid="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mAdvertisingSid:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", txPower="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mTxPower:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 338
            ldc ", periodicAdvertisingInterval="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.ScanResult.mPeriodicAdvertisingInterval:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         6: .line 333
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.bluetooth.le.ScanResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/bluetooth/le/ScanResult;
}
SourceFile: "ScanResult.java"
NestMembers:
  android.bluetooth.le.ScanResult$1
InnerClasses:
  android.bluetooth.le.ScanResult$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable