public class android.bluetooth.BluetoothGattDescriptor implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.bluetooth.BluetoothGattDescriptor
  super_class: java.lang.Object
{
  public static final byte[] ENABLE_NOTIFICATION_VALUE;
    descriptor: [B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final byte[] ENABLE_INDICATION_VALUE;
    descriptor: [B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final byte[] DISABLE_NOTIFICATION_VALUE;
    descriptor: [B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

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

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

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

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

  protected java.util.UUID mUuid;
    descriptor: Ljava/util/UUID;
    flags: (0x0004) ACC_PROTECTED

  protected int mInstance;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mPermissions;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected android.bluetooth.BluetoothGattCharacteristic mCharacteristic;
    descriptor: Landroid/bluetooth/BluetoothGattCharacteristic;
    flags: (0x0004) ACC_PROTECTED

  protected byte[] mValue;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 37
            iconst_2
            newarray 8
            dup
            iconst_0
            iconst_1
            bastore
            putstatic android.bluetooth.BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE:[B
         1: .line 42
            iconst_2
            newarray 8
            dup
            iconst_0
            iconst_2
            bastore
            putstatic android.bluetooth.BluetoothGattDescriptor.ENABLE_INDICATION_VALUE:[B
         2: .line 47
            iconst_2
            newarray 8
            putstatic android.bluetooth.BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE:[B
         3: .line 178
            new android.bluetooth.BluetoothGattDescriptor$1
            dup
            invokespecial android.bluetooth.BluetoothGattDescriptor$1.<init>:()V
         4: .line 177
            putstatic android.bluetooth.BluetoothGattDescriptor.CREATOR:Landroid/os/Parcelable$Creator;
         5: .line 186
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.util.UUID, int);
    descriptor: (Ljava/util/UUID;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // java.util.UUID uuid
        start local 2 // int permissions
         0: .line 133
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 134
            aload 0 /* this */
            aconst_null
            aload 1 /* uuid */
            iconst_0
            iload 2 /* permissions */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.initDescriptor:(Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V
         2: .line 135
            return
        end local 2 // int permissions
        end local 1 // java.util.UUID uuid
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    3     1         uuid  Ljava/util/UUID;
            0    3     2  permissions  I
    MethodParameters:
             Name  Flags
      uuid         
      permissions  

  void <init>(android.bluetooth.BluetoothGattCharacteristic, java.util.UUID, int, int);
    descriptor: (Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // android.bluetooth.BluetoothGattCharacteristic characteristic
        start local 2 // java.util.UUID uuid
        start local 3 // int instance
        start local 4 // int permissions
         0: .line 145
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 147
            aload 0 /* this */
            aload 1 /* characteristic */
            aload 2 /* uuid */
            iload 3 /* instance */
            iload 4 /* permissions */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.initDescriptor:(Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V
         2: .line 148
            return
        end local 4 // int permissions
        end local 3 // int instance
        end local 2 // java.util.UUID uuid
        end local 1 // android.bluetooth.BluetoothGattCharacteristic characteristic
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    3     1  characteristic  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    3     2            uuid  Ljava/util/UUID;
            0    3     3        instance  I
            0    3     4     permissions  I
    MethodParameters:
                Name  Flags
      characteristic  
      uuid            
      instance        
      permissions     

  public void <init>(java.util.UUID, int, int);
    descriptor: (Ljava/util/UUID;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // java.util.UUID uuid
        start local 2 // int instance
        start local 3 // int permissions
         0: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 154
            aload 0 /* this */
            aconst_null
            aload 1 /* uuid */
            iload 2 /* instance */
            iload 3 /* permissions */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.initDescriptor:(Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V
         2: .line 155
            return
        end local 3 // int permissions
        end local 2 // int instance
        end local 1 // java.util.UUID uuid
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    3     1         uuid  Ljava/util/UUID;
            0    3     2     instance  I
            0    3     3  permissions  I
    MethodParameters:
             Name  Flags
      uuid         
      instance     
      permissions  

  private void initDescriptor(android.bluetooth.BluetoothGattCharacteristic, java.util.UUID, int, int);
    descriptor: (Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // android.bluetooth.BluetoothGattCharacteristic characteristic
        start local 2 // java.util.UUID uuid
        start local 3 // int instance
        start local 4 // int permissions
         0: .line 159
            aload 0 /* this */
            aload 1 /* characteristic */
            putfield android.bluetooth.BluetoothGattDescriptor.mCharacteristic:Landroid/bluetooth/BluetoothGattCharacteristic;
         1: .line 160
            aload 0 /* this */
            aload 2 /* uuid */
            putfield android.bluetooth.BluetoothGattDescriptor.mUuid:Ljava/util/UUID;
         2: .line 161
            aload 0 /* this */
            iload 3 /* instance */
            putfield android.bluetooth.BluetoothGattDescriptor.mInstance:I
         3: .line 162
            aload 0 /* this */
            iload 4 /* permissions */
            putfield android.bluetooth.BluetoothGattDescriptor.mPermissions:I
         4: .line 163
            return
        end local 4 // int permissions
        end local 3 // int instance
        end local 2 // java.util.UUID uuid
        end local 1 // android.bluetooth.BluetoothGattCharacteristic characteristic
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    5     1  characteristic  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    5     2            uuid  Ljava/util/UUID;
            0    5     3        instance  I
            0    5     4     permissions  I
    MethodParameters:
                Name  Flags
      characteristic  
      uuid            
      instance        
      permissions     

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 172
            aload 1 /* out */
            new android.os.ParcelUuid
            dup
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattDescriptor.mUuid:Ljava/util/UUID;
            invokespecial android.os.ParcelUuid.<init>:(Ljava/util/UUID;)V
            iconst_0
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         1: .line 173
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattDescriptor.mInstance:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 174
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattDescriptor.mPermissions:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 175
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    4     1    out  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  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.BluetoothGattDescriptor this
        start local 1 // android.os.Parcel in
         0: .line 188
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 189
            aload 0 /* this */
            aload 1 /* in */
            aconst_null
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.os.ParcelUuid
            invokevirtual android.os.ParcelUuid.getUuid:()Ljava/util/UUID;
            putfield android.bluetooth.BluetoothGattDescriptor.mUuid:Ljava/util/UUID;
         2: .line 190
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattDescriptor.mInstance:I
         3: .line 191
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattDescriptor.mPermissions:I
         4: .line 192
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    5     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();
    descriptor: ()Landroid/bluetooth/BluetoothGattCharacteristic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
         0: .line 200
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattDescriptor.mCharacteristic:Landroid/bluetooth/BluetoothGattCharacteristic;
            areturn
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattDescriptor;

  void setCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
    descriptor: (Landroid/bluetooth/BluetoothGattCharacteristic;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // android.bluetooth.BluetoothGattCharacteristic characteristic
         0: .line 209
            aload 0 /* this */
            aload 1 /* characteristic */
            putfield android.bluetooth.BluetoothGattDescriptor.mCharacteristic:Landroid/bluetooth/BluetoothGattCharacteristic;
         1: .line 210
            return
        end local 1 // android.bluetooth.BluetoothGattCharacteristic characteristic
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    2     1  characteristic  Landroid/bluetooth/BluetoothGattCharacteristic;
    MethodParameters:
                Name  Flags
      characteristic  

  public java.util.UUID getUuid();
    descriptor: ()Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
         0: .line 218
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattDescriptor.mUuid:Ljava/util/UUID;
            areturn
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattDescriptor;

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

  public void setInstanceId(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // int instanceId
         0: .line 242
            aload 0 /* this */
            iload 1 /* instanceId */
            putfield android.bluetooth.BluetoothGattDescriptor.mInstance:I
         1: .line 243
            return
        end local 1 // int instanceId
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    2     1  instanceId  I
    MethodParameters:
            Name  Flags
      instanceId  

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

  public byte[] getValue();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
         0: .line 265
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattDescriptor.mValue:[B
            areturn
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattDescriptor;

  public boolean setValue(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattDescriptor this
        start local 1 // byte[] value
         0: .line 281
            aload 0 /* this */
            aload 1 /* value */
            putfield android.bluetooth.BluetoothGattDescriptor.mValue:[B
         1: .line 282
            iconst_1
            ireturn
        end local 1 // byte[] value
        end local 0 // android.bluetooth.BluetoothGattDescriptor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/bluetooth/BluetoothGattDescriptor;
            0    2     1  value  [B
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "BluetoothGattDescriptor.java"
NestMembers:
  android.bluetooth.BluetoothGattDescriptor$1
InnerClasses:
  android.bluetooth.BluetoothGattDescriptor$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable