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

  private final int mClass;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

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

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

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothClass this
        start local 1 // int classInt
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            iload 1 /* classInt */
            putfield android.bluetooth.BluetoothClass.mClass:I
         2: .line 68
            return
        end local 1 // int classInt
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Landroid/bluetooth/BluetoothClass;
            0    3     1  classInt  I
    MethodParameters:
          Name  Flags
      classInt  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothClass this
        start local 1 // java.lang.Object o
         0: .line 72
            aload 1 /* o */
            instanceof android.bluetooth.BluetoothClass
            ifeq 3
         1: .line 73
            aload 0 /* this */
            getfield android.bluetooth.BluetoothClass.mClass:I
            aload 1 /* o */
            checkcast android.bluetooth.BluetoothClass
            getfield android.bluetooth.BluetoothClass.mClass:I
            if_icmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 75
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/bluetooth/BluetoothClass;
            0    4     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothClass this
         0: .line 85
            aload 0 /* this */
            getfield android.bluetooth.BluetoothClass.mClass:I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            areturn
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothClass;

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothClass this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 106
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothClass.mClass:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 107
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/bluetooth/BluetoothClass;
            0    2     1    out  Landroid/os/Parcel;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  public boolean hasService(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothClass this
        start local 1 // int service
         0: .line 138
            aload 0 /* this */
            getfield android.bluetooth.BluetoothClass.mClass:I
            ldc 16769024
            iand
            iload 1 /* service */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int service
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/bluetooth/BluetoothClass;
            0    2     1  service  I
    MethodParameters:
         Name  Flags
      service  

  public int getMajorDeviceClass();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothClass this
         0: .line 266
            aload 0 /* this */
            getfield android.bluetooth.BluetoothClass.mClass:I
            sipush 7936
            iand
            ireturn
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothClass;

  public int getDeviceClass();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothClass this
         0: .line 279
            aload 0 /* this */
            getfield android.bluetooth.BluetoothClass.mClass:I
            sipush 8188
            iand
            ireturn
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothClass;

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

  public byte[] getClassOfDeviceBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.bluetooth.BluetoothClass this
         0: .line 315
            iconst_4
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
         1: .line 316
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
         2: .line 317
            aload 0 /* this */
            getfield android.bluetooth.BluetoothClass.mClass:I
            invokevirtual java.nio.ByteBuffer.putInt:(I)Ljava/nio/ByteBuffer;
         3: .line 318
            invokevirtual java.nio.ByteBuffer.array:()[B
         4: .line 315
            astore 1 /* bytes */
        start local 1 // byte[] bytes
         5: .line 321
            aload 1 /* bytes */
            iconst_1
            aload 1 /* bytes */
            arraylength
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
            areturn
        end local 1 // byte[] bytes
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/bluetooth/BluetoothClass;
            5    6     1  bytes  [B

  public boolean doesClassMatch(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothClass this
        start local 1 // int profile
         0: .line 350
            iload 1 /* profile */
            iconst_1
            if_icmpne 6
         1: .line 351
            aload 0 /* this */
            ldc 262144
            invokevirtual android.bluetooth.BluetoothClass.hasService:(I)Z
            ifeq 3
         2: .line 352
            iconst_1
            ireturn
         3: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothClass.getDeviceClass:()I
            lookupswitch { // 4
                 1044: 4
                 1048: 4
                 1056: 4
                 1064: 4
              default: 5
          }
         4: .line 362
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 364
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 366
      StackMap locals:
      StackMap stack:
            iload 1 /* profile */
            bipush 6
            if_icmpne 12
         7: .line 367
            aload 0 /* this */
            ldc 524288
            invokevirtual android.bluetooth.BluetoothClass.hasService:(I)Z
            ifeq 9
         8: .line 368
            iconst_1
            ireturn
         9: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothClass.getDeviceClass:()I
            lookupswitch { // 3
                 1060: 10
                 1064: 10
                 1068: 10
              default: 11
          }
        10: .line 377
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        11: .line 379
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        12: .line 381
      StackMap locals:
      StackMap stack:
            iload 1 /* profile */
            ifne 18
        13: .line 384
            aload 0 /* this */
            ldc 262144
            invokevirtual android.bluetooth.BluetoothClass.hasService:(I)Z
            ifeq 15
        14: .line 385
            iconst_1
            ireturn
        15: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothClass.getDeviceClass:()I
            lookupswitch { // 3
                 1028: 16
                 1032: 16
                 1056: 16
              default: 17
          }
        16: .line 392
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 394
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        18: .line 396
      StackMap locals:
      StackMap stack:
            iload 1 /* profile */
            iconst_2
            if_icmpne 24
        19: .line 397
            aload 0 /* this */
            ldc 1048576
            invokevirtual android.bluetooth.BluetoothClass.hasService:(I)Z
            ifeq 21
        20: .line 398
            iconst_1
            ireturn
        21: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothClass.getDeviceClass:()I
            lookupswitch { // 13
                  256: 22
                  260: 22
                  264: 22
                  268: 22
                  272: 22
                  276: 22
                  280: 22
                  512: 22
                  516: 22
                  520: 22
                  524: 22
                  528: 22
                  532: 22
              default: 23
          }
        22: .line 415
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        23: .line 417
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        24: .line 419
      StackMap locals:
      StackMap stack:
            iload 1 /* profile */
            iconst_3
            if_icmpne 27
        25: .line 420
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothClass.getDeviceClass:()I
            sipush 1280
            iand
            sipush 1280
            if_icmpne 26
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        26: iconst_0
            ireturn
        27: .line 421
      StackMap locals:
      StackMap stack:
            iload 1 /* profile */
            iconst_4
            if_icmpeq 28
            iload 1 /* profile */
            iconst_5
            if_icmpne 32
        28: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 131072
            invokevirtual android.bluetooth.BluetoothClass.hasService:(I)Z
            ifeq 30
        29: .line 424
            iconst_1
            ireturn
        30: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothClass.getDeviceClass:()I
            sipush 768
            iand
            sipush 768
            if_icmpne 31
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        31: iconst_0
            ireturn
        32: .line 428
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int profile
        end local 0 // android.bluetooth.BluetoothClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   33     0     this  Landroid/bluetooth/BluetoothClass;
            0   33     1  profile  I
    MethodParameters:
         Name  Flags
      profile  
}
SourceFile: "BluetoothClass.java"
NestMembers:
  android.bluetooth.BluetoothClass$1  android.bluetooth.BluetoothClass$Device  android.bluetooth.BluetoothClass$Device$Major  android.bluetooth.BluetoothClass$Service
InnerClasses:
  android.bluetooth.BluetoothClass$1
  public Device = android.bluetooth.BluetoothClass$Device of android.bluetooth.BluetoothClass
  public final Service = android.bluetooth.BluetoothClass$Service of android.bluetooth.BluetoothClass
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable