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

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

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

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

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

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

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

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

  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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  protected android.bluetooth.BluetoothGattService mService;
    descriptor: Landroid/bluetooth/BluetoothGattService;
    flags: (0x0004) ACC_PROTECTED

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

  protected java.util.List<android.bluetooth.BluetoothGattDescriptor> mDescriptors;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Landroid/bluetooth/BluetoothGattDescriptor;>;

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

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

  public void <init>(java.util.UUID, int, int);
    descriptor: (Ljava/util/UUID;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // java.util.UUID uuid
        start local 2 // int properties
        start local 3 // int permissions
         0: .line 243
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 206
            aload 0 /* this */
            bipush 16
            putfield android.bluetooth.BluetoothGattCharacteristic.mKeySize:I
         2: .line 244
            aload 0 /* this */
            aconst_null
            aload 1 /* uuid */
            iconst_0
            iload 2 /* properties */
            iload 3 /* permissions */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.initCharacteristic:(Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V
         3: .line 245
            return
        end local 3 // int permissions
        end local 2 // int properties
        end local 1 // java.util.UUID uuid
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    4     1         uuid  Ljava/util/UUID;
            0    4     2   properties  I
            0    4     3  permissions  I
    MethodParameters:
             Name  Flags
      uuid         
      properties   
      permissions  

  void <init>(android.bluetooth.BluetoothGattService, java.util.UUID, int, int, int);
    descriptor: (Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // android.bluetooth.BluetoothGattService service
        start local 2 // java.util.UUID uuid
        start local 3 // int instanceId
        start local 4 // int properties
        start local 5 // int permissions
         0: .line 252
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 206
            aload 0 /* this */
            bipush 16
            putfield android.bluetooth.BluetoothGattCharacteristic.mKeySize:I
         2: .line 255
            aload 0 /* this */
            aload 1 /* service */
            aload 2 /* uuid */
            iload 3 /* instanceId */
            iload 4 /* properties */
            iload 5 /* permissions */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.initCharacteristic:(Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V
         3: .line 256
            return
        end local 5 // int permissions
        end local 4 // int properties
        end local 3 // int instanceId
        end local 2 // java.util.UUID uuid
        end local 1 // android.bluetooth.BluetoothGattService service
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    4     1      service  Landroid/bluetooth/BluetoothGattService;
            0    4     2         uuid  Ljava/util/UUID;
            0    4     3   instanceId  I
            0    4     4   properties  I
            0    4     5  permissions  I
    MethodParameters:
             Name  Flags
      service      
      uuid         
      instanceId   
      properties   
      permissions  

  public void <init>(java.util.UUID, int, int, int);
    descriptor: (Ljava/util/UUID;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // java.util.UUID uuid
        start local 2 // int instanceId
        start local 3 // int properties
        start local 4 // int permissions
         0: .line 263
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 206
            aload 0 /* this */
            bipush 16
            putfield android.bluetooth.BluetoothGattCharacteristic.mKeySize:I
         2: .line 265
            aload 0 /* this */
            aconst_null
            aload 1 /* uuid */
            iload 2 /* instanceId */
            iload 3 /* properties */
            iload 4 /* permissions */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.initCharacteristic:(Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V
         3: .line 266
            return
        end local 4 // int permissions
        end local 3 // int properties
        end local 2 // int instanceId
        end local 1 // java.util.UUID uuid
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    4     1         uuid  Ljava/util/UUID;
            0    4     2   instanceId  I
            0    4     3   properties  I
            0    4     4  permissions  I
    MethodParameters:
             Name  Flags
      uuid         
      instanceId   
      properties   
      permissions  

  private void initCharacteristic(android.bluetooth.BluetoothGattService, java.util.UUID, int, int, int);
    descriptor: (Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // android.bluetooth.BluetoothGattService service
        start local 2 // java.util.UUID uuid
        start local 3 // int instanceId
        start local 4 // int properties
        start local 5 // int permissions
         0: .line 271
            aload 0 /* this */
            aload 2 /* uuid */
            putfield android.bluetooth.BluetoothGattCharacteristic.mUuid:Ljava/util/UUID;
         1: .line 272
            aload 0 /* this */
            iload 3 /* instanceId */
            putfield android.bluetooth.BluetoothGattCharacteristic.mInstance:I
         2: .line 273
            aload 0 /* this */
            iload 4 /* properties */
            putfield android.bluetooth.BluetoothGattCharacteristic.mProperties:I
         3: .line 274
            aload 0 /* this */
            iload 5 /* permissions */
            putfield android.bluetooth.BluetoothGattCharacteristic.mPermissions:I
         4: .line 275
            aload 0 /* this */
            aload 1 /* service */
            putfield android.bluetooth.BluetoothGattCharacteristic.mService:Landroid/bluetooth/BluetoothGattService;
         5: .line 276
            aload 0 /* this */
            aconst_null
            putfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
         6: .line 277
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
         7: .line 279
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mProperties:I
            iconst_4
            iand
            ifeq 10
         8: .line 280
            aload 0 /* this */
            iconst_1
            putfield android.bluetooth.BluetoothGattCharacteristic.mWriteType:I
         9: .line 281
            goto 11
        10: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield android.bluetooth.BluetoothGattCharacteristic.mWriteType:I
        11: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int permissions
        end local 4 // int properties
        end local 3 // int instanceId
        end local 2 // java.util.UUID uuid
        end local 1 // android.bluetooth.BluetoothGattService service
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0   12     1      service  Landroid/bluetooth/BluetoothGattService;
            0   12     2         uuid  Ljava/util/UUID;
            0   12     3   instanceId  I
            0   12     4   properties  I
            0   12     5  permissions  I
    MethodParameters:
             Name  Flags
      service      
      uuid         
      instanceId   
      properties   
      permissions  

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

  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.BluetoothGattCharacteristic this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 293
            aload 1 /* out */
            new android.os.ParcelUuid
            dup
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.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 294
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mInstance:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 295
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mProperties:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 296
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mPermissions:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 297
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mKeySize:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 298
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mWriteType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 299
            aload 1 /* out */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;)V
         7: .line 300
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    8     1    out  Landroid/os/Parcel;
            0    8     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=5, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // android.os.Parcel in
         0: .line 313
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 206
            aload 0 /* this */
            bipush 16
            putfield android.bluetooth.BluetoothGattCharacteristic.mKeySize:I
         2: .line 314
            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.BluetoothGattCharacteristic.mUuid:Ljava/util/UUID;
         3: .line 315
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattCharacteristic.mInstance:I
         4: .line 316
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattCharacteristic.mProperties:I
         5: .line 317
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattCharacteristic.mPermissions:I
         6: .line 318
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattCharacteristic.mKeySize:I
         7: .line 319
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.BluetoothGattCharacteristic.mWriteType:I
         8: .line 321
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
         9: .line 324
            aload 1 /* in */
            getstatic android.bluetooth.BluetoothGattDescriptor.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArrayList:(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;
        10: .line 323
            astore 2 /* descs */
        start local 2 // java.util.ArrayList descs
        11: .line 325
            aload 2 /* descs */
            ifnull 17
        12: .line 326
            aload 2 /* descs */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 16
      StackMap locals: android.bluetooth.BluetoothGattCharacteristic android.os.Parcel java.util.ArrayList top java.util.Iterator
      StackMap stack:
        13: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.bluetooth.BluetoothGattDescriptor
            astore 3 /* desc */
        start local 3 // android.bluetooth.BluetoothGattDescriptor desc
        14: .line 327
            aload 3 /* desc */
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.setCharacteristic:(Landroid/bluetooth/BluetoothGattCharacteristic;)V
        15: .line 328
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
            aload 3 /* desc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // android.bluetooth.BluetoothGattDescriptor desc
        16: .line 326
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        17: .line 331
      StackMap locals: android.bluetooth.BluetoothGattCharacteristic android.os.Parcel java.util.ArrayList
      StackMap stack:
            return
        end local 2 // java.util.ArrayList descs
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0   18     1     in  Landroid/os/Parcel;
           11   18     2  descs  Ljava/util/ArrayList<Landroid/bluetooth/BluetoothGattDescriptor;>;
           14   16     3   desc  Landroid/bluetooth/BluetoothGattDescriptor;
    MethodParameters:
      Name  Flags
      in    

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

  public boolean addDescriptor(android.bluetooth.BluetoothGattDescriptor);
    descriptor: (Landroid/bluetooth/BluetoothGattDescriptor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // android.bluetooth.BluetoothGattDescriptor descriptor
         0: .line 350
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
            aload 1 /* descriptor */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 351
            aload 1 /* descriptor */
            aload 0 /* this */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.setCharacteristic:(Landroid/bluetooth/BluetoothGattCharacteristic;)V
         2: .line 352
            iconst_1
            ireturn
        end local 1 // android.bluetooth.BluetoothGattDescriptor descriptor
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    3     1  descriptor  Landroid/bluetooth/BluetoothGattDescriptor;
    MethodParameters:
            Name  Flags
      descriptor  

  android.bluetooth.BluetoothGattDescriptor getDescriptor(java.util.UUID, int);
    descriptor: (Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattDescriptor;
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // java.util.UUID uuid
        start local 2 // int instanceId
         0: .line 361
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: android.bluetooth.BluetoothGattCharacteristic java.util.UUID int top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.bluetooth.BluetoothGattDescriptor
            astore 3 /* descriptor */
        start local 3 // android.bluetooth.BluetoothGattDescriptor descriptor
         2: .line 362
            aload 3 /* descriptor */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.getUuid:()Ljava/util/UUID;
            aload 1 /* uuid */
            invokevirtual java.util.UUID.equals:(Ljava/lang/Object;)Z
            ifeq 5
         3: .line 363
            aload 3 /* descriptor */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.getInstanceId:()I
            iload 2 /* instanceId */
            if_icmpne 5
         4: .line 364
            aload 3 /* descriptor */
            areturn
        end local 3 // android.bluetooth.BluetoothGattDescriptor descriptor
         5: .line 361
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 367
            aconst_null
            areturn
        end local 2 // int instanceId
        end local 1 // java.util.UUID uuid
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    7     1        uuid  Ljava/util/UUID;
            0    7     2  instanceId  I
            2    5     3  descriptor  Landroid/bluetooth/BluetoothGattDescriptor;
    MethodParameters:
            Name  Flags
      uuid        
      instanceId  

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

  void setService(android.bluetooth.BluetoothGattService);
    descriptor: (Landroid/bluetooth/BluetoothGattService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // android.bluetooth.BluetoothGattService service
         0: .line 385
            aload 0 /* this */
            aload 1 /* service */
            putfield android.bluetooth.BluetoothGattCharacteristic.mService:Landroid/bluetooth/BluetoothGattService;
         1: .line 386
            return
        end local 1 // android.bluetooth.BluetoothGattService service
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    2     1  service  Landroid/bluetooth/BluetoothGattService;
    MethodParameters:
         Name  Flags
      service  

  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.BluetoothGattCharacteristic this
         0: .line 394
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mUuid:Ljava/util/UUID;
            areturn
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattCharacteristic;

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

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

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

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

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

  public void setWriteType(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int writeType
         0: .line 459
            aload 0 /* this */
            iload 1 /* writeType */
            putfield android.bluetooth.BluetoothGattCharacteristic.mWriteType:I
         1: .line 460
            return
        end local 1 // int writeType
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    2     1  writeType  I
    MethodParameters:
           Name  Flags
      writeType  

  public void setKeySize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int keySize
         0: .line 468
            aload 0 /* this */
            iload 1 /* keySize */
            putfield android.bluetooth.BluetoothGattCharacteristic.mKeySize:I
         1: .line 469
            return
        end local 1 // int keySize
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    2     1  keySize  I
    MethodParameters:
         Name  Flags
      keySize  

  public java.util.List<android.bluetooth.BluetoothGattDescriptor> getDescriptors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
         0: .line 477
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
            areturn
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattCharacteristic;
    Signature: ()Ljava/util/List<Landroid/bluetooth/BluetoothGattDescriptor;>;

  public android.bluetooth.BluetoothGattDescriptor getDescriptor(java.util.UUID);
    descriptor: (Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // java.util.UUID uuid
         0: .line 487
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mDescriptors:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: android.bluetooth.BluetoothGattCharacteristic java.util.UUID top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.bluetooth.BluetoothGattDescriptor
            astore 2 /* descriptor */
        start local 2 // android.bluetooth.BluetoothGattDescriptor descriptor
         2: .line 488
            aload 2 /* descriptor */
            invokevirtual android.bluetooth.BluetoothGattDescriptor.getUuid:()Ljava/util/UUID;
            aload 1 /* uuid */
            invokevirtual java.util.UUID.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 489
            aload 2 /* descriptor */
            areturn
        end local 2 // android.bluetooth.BluetoothGattDescriptor descriptor
         4: .line 487
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 492
            aconst_null
            areturn
        end local 1 // java.util.UUID uuid
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    6     1        uuid  Ljava/util/UUID;
            2    4     2  descriptor  Landroid/bluetooth/BluetoothGattDescriptor;
    MethodParameters:
      Name  Flags
      uuid  

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

  public java.lang.Integer getIntValue(int, int);
    descriptor: (II)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int formatType
        start local 2 // int offset
         0: .line 523
            iload 2 /* offset */
            aload 0 /* this */
            iload 1 /* formatType */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.getTypeLen:(I)I
            iadd
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            arraylength
            if_icmple 1
            aconst_null
            areturn
         1: .line 525
      StackMap locals:
      StackMap stack:
            iload 1 /* formatType */
            lookupswitch { // 6
                   17: 2
                   18: 3
                   20: 4
                   33: 7
                   34: 8
                   36: 13
              default: 18
          }
         2: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         3: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedBytesToInt:(BB)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         4: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_1
            iadd
            baload
         5: .line 534
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_3
            iadd
            baload
         6: .line 533
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedBytesToInt:(BBBB)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         7: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 8
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedToSigned:(II)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         8: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
         9: .line 540
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_1
            iadd
            baload
        10: .line 539
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedBytesToInt:(BB)I
        11: .line 540
            bipush 16
        12: .line 539
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedToSigned:(II)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        13: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
        14: .line 544
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_3
            iadd
            baload
        15: .line 543
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedBytesToInt:(BBBB)I
        16: .line 544
            bipush 32
        17: .line 543
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedToSigned:(II)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        18: .line 547
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int offset
        end local 1 // int formatType
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0   19     1  formatType  I
            0   19     2      offset  I
    MethodParameters:
            Name  Flags
      formatType  
      offset      

  public java.lang.Float getFloatValue(int, int);
    descriptor: (II)Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int formatType
        start local 2 // int offset
         0: .line 560
            iload 2 /* offset */
            aload 0 /* this */
            iload 1 /* formatType */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.getTypeLen:(I)I
            iadd
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            arraylength
            if_icmple 1
            aconst_null
            areturn
         1: .line 562
      StackMap locals:
      StackMap stack:
            iload 1 /* formatType */
            tableswitch { // 50 - 52
                   50: 2
                   51: 6
                   52: 3
              default: 6
          }
         2: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.bytesToFloat:(BB)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         3: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_1
            iadd
            baload
         4: .line 568
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 2 /* offset */
            iconst_3
            iadd
            baload
         5: .line 567
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.bytesToFloat:(BBBB)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         6: .line 571
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int offset
        end local 1 // int formatType
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    7     1  formatType  I
            0    7     2      offset  I
    MethodParameters:
            Name  Flags
      formatType  
      offset      

  public java.lang.String getStringValue(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int offset
         0: .line 582
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            ifnull 1
            iload 1 /* offset */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            arraylength
            if_icmple 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            arraylength
            iload 1 /* offset */
            isub
            newarray 8
            astore 2 /* strBytes */
        start local 2 // byte[] strBytes
         3: .line 584
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 6
      StackMap locals: byte[] int
      StackMap stack:
         5: aload 2 /* strBytes */
            iload 3 /* i */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 1 /* offset */
            iload 3 /* i */
            iadd
            baload
            bastore
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            arraylength
            iload 1 /* offset */
            isub
            if_icmpne 5
        end local 3 // int i
         7: .line 585
            new java.lang.String
            dup
            aload 2 /* strBytes */
            invokespecial java.lang.String.<init>:([B)V
            areturn
        end local 2 // byte[] strBytes
        end local 1 // int offset
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    8     1    offset  I
            3    8     2  strBytes  [B
            4    7     3         i  I
    MethodParameters:
        Name  Flags
      offset  

  public boolean setValue(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // byte[] value
         0: .line 601
            aload 0 /* this */
            aload 1 /* value */
            putfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
         1: .line 602
            iconst_1
            ireturn
        end local 1 // byte[] value
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    2     1  value  [B
    MethodParameters:
       Name  Flags
      value  

  public boolean setValue(int, int, int);
    descriptor: (III)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int value
        start local 2 // int formatType
        start local 3 // int offset
         0: .line 615
            iload 3 /* offset */
            aload 0 /* this */
            iload 2 /* formatType */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.getTypeLen:(I)I
            iadd
            istore 4 /* len */
        start local 4 // int len
         1: .line 616
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            ifnonnull 2
            aload 0 /* this */
            iload 4 /* len */
            newarray 8
            putfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
         2: .line 617
      StackMap locals: int
      StackMap stack:
            iload 4 /* len */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            arraylength
            if_icmple 3
            iconst_0
            ireturn
         3: .line 619
      StackMap locals:
      StackMap stack:
            iload 2 /* formatType */
            lookupswitch { // 6
                   17: 5
                   18: 8
                   20: 12
                   33: 4
                   34: 7
                   36: 11
              default: 17
          }
         4: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            bipush 8
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.intToSignedBits:(II)I
            istore 1 /* value */
         5: .line 624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 3 /* offset */
            iload 1 /* value */
            sipush 255
            iand
            i2b
            bastore
         6: .line 625
            goto 18
         7: .line 628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            bipush 16
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.intToSignedBits:(II)I
            istore 1 /* value */
         8: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 3 /* offset */
            iinc 3 /* offset */ 1
            iload 1 /* value */
            sipush 255
            iand
            i2b
            bastore
         9: .line 632
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 3 /* offset */
            iload 1 /* value */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        10: .line 633
            goto 18
        11: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            bipush 32
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.intToSignedBits:(II)I
            istore 1 /* value */
        12: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 3 /* offset */
            iinc 3 /* offset */ 1
            iload 1 /* value */
            sipush 255
            iand
            i2b
            bastore
        13: .line 640
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 3 /* offset */
            iinc 3 /* offset */ 1
            iload 1 /* value */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        14: .line 641
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 3 /* offset */
            iinc 3 /* offset */ 1
            iload 1 /* value */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
        15: .line 642
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 3 /* offset */
            iload 1 /* value */
            bipush 24
            ishr
            sipush 255
            iand
            i2b
            bastore
        16: .line 643
            goto 18
        17: .line 646
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        18: .line 648
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // int len
        end local 3 // int offset
        end local 2 // int formatType
        end local 1 // int value
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0   19     1       value  I
            0   19     2  formatType  I
            0   19     3      offset  I
            1   19     4         len  I
    MethodParameters:
            Name  Flags
      value       
      formatType  
      offset      

  public boolean setValue(int, int, int, int);
    descriptor: (IIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int mantissa
        start local 2 // int exponent
        start local 3 // int formatType
        start local 4 // int offset
         0: .line 662
            iload 4 /* offset */
            aload 0 /* this */
            iload 3 /* formatType */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.getTypeLen:(I)I
            iadd
            istore 5 /* len */
        start local 5 // int len
         1: .line 663
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            ifnonnull 2
            aload 0 /* this */
            iload 5 /* len */
            newarray 8
            putfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
         2: .line 664
      StackMap locals: int
      StackMap stack:
            iload 5 /* len */
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            arraylength
            if_icmple 3
            iconst_0
            ireturn
         3: .line 666
      StackMap locals:
      StackMap stack:
            iload 3 /* formatType */
            tableswitch { // 50 - 52
                   50: 4
                   51: 17
                   52: 10
              default: 17
          }
         4: .line 668
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* mantissa */
            bipush 12
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.intToSignedBits:(II)I
            istore 1 /* mantissa */
         5: .line 669
            aload 0 /* this */
            iload 2 /* exponent */
            iconst_4
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.intToSignedBits:(II)I
            istore 2 /* exponent */
         6: .line 670
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 4 /* offset */
            iinc 4 /* offset */ 1
            iload 1 /* mantissa */
            sipush 255
            iand
            i2b
            bastore
         7: .line 671
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 4 /* offset */
            iload 1 /* mantissa */
            bipush 8
            ishr
            bipush 15
            iand
            i2b
            bastore
         8: .line 672
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 4 /* offset */
            dup2
            baload
            iload 2 /* exponent */
            bipush 15
            iand
            iconst_4
            ishl
            i2b
            iadd
            i2b
            bastore
         9: .line 673
            goto 18
        10: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* mantissa */
            bipush 24
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.intToSignedBits:(II)I
            istore 1 /* mantissa */
        11: .line 677
            aload 0 /* this */
            iload 2 /* exponent */
            bipush 8
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.intToSignedBits:(II)I
            istore 2 /* exponent */
        12: .line 678
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 4 /* offset */
            iinc 4 /* offset */ 1
            iload 1 /* mantissa */
            sipush 255
            iand
            i2b
            bastore
        13: .line 679
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 4 /* offset */
            iinc 4 /* offset */ 1
            iload 1 /* mantissa */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        14: .line 680
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 4 /* offset */
            iinc 4 /* offset */ 1
            iload 1 /* mantissa */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
        15: .line 681
            aload 0 /* this */
            getfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
            iload 4 /* offset */
            dup2
            baload
            iload 2 /* exponent */
            sipush 255
            iand
            i2b
            iadd
            i2b
            bastore
        16: .line 682
            goto 18
        17: .line 685
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        18: .line 688
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int len
        end local 4 // int offset
        end local 3 // int formatType
        end local 2 // int exponent
        end local 1 // int mantissa
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0   19     1    mantissa  I
            0   19     2    exponent  I
            0   19     3  formatType  I
            0   19     4      offset  I
            1   19     5         len  I
    MethodParameters:
            Name  Flags
      mantissa    
      exponent    
      formatType  
      offset      

  public boolean setValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // java.lang.String value
         0: .line 699
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual java.lang.String.getBytes:()[B
            putfield android.bluetooth.BluetoothGattCharacteristic.mValue:[B
         1: .line 700
            iconst_1
            ireturn
        end local 1 // java.lang.String value
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  private int getTypeLen(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int formatType
         0: .line 707
            iload 1 /* formatType */
            bipush 15
            iand
            ireturn
        end local 1 // int formatType
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    1     1  formatType  I
    MethodParameters:
            Name  Flags
      formatType  

  private int unsignedByteToInt(byte);
    descriptor: (B)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // byte b
         0: .line 714
            iload 1 /* b */
            sipush 255
            iand
            ireturn
        end local 1 // byte b
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    1     1     b  B
    MethodParameters:
      Name  Flags
      b     

  private int unsignedBytesToInt(byte, byte);
    descriptor: (BB)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // byte b0
        start local 2 // byte b1
         0: .line 721
            aload 0 /* this */
            iload 1 /* b0 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            aload 0 /* this */
            iload 2 /* b1 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 8
            ishl
            iadd
            ireturn
        end local 2 // byte b1
        end local 1 // byte b0
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    1     1    b0  B
            0    1     2    b1  B
    MethodParameters:
      Name  Flags
      b0    
      b1    

  private int unsignedBytesToInt(byte, byte, byte, byte);
    descriptor: (BBBB)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // byte b0
        start local 2 // byte b1
        start local 3 // byte b2
        start local 4 // byte b3
         0: .line 728
            aload 0 /* this */
            iload 1 /* b0 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            aload 0 /* this */
            iload 2 /* b1 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 8
            ishl
            iadd
         1: .line 729
            aload 0 /* this */
            iload 3 /* b2 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 16
            ishl
         2: .line 728
            iadd
         3: .line 729
            aload 0 /* this */
            iload 4 /* b3 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 24
            ishl
         4: .line 728
            iadd
            ireturn
        end local 4 // byte b3
        end local 3 // byte b2
        end local 2 // byte b1
        end local 1 // byte b0
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    5     1    b0  B
            0    5     2    b1  B
            0    5     3    b2  B
            0    5     4    b3  B
    MethodParameters:
      Name  Flags
      b0    
      b1    
      b2    
      b3    

  private float bytesToFloat(byte, byte);
    descriptor: (BB)F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // byte b0
        start local 2 // byte b1
         0: .line 736
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b0 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
         1: .line 737
            aload 0 /* this */
            iload 2 /* b1 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 15
            iand
            bipush 8
            ishl
            iadd
            bipush 12
         2: .line 736
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedToSigned:(II)I
            istore 3 /* mantissa */
        start local 3 // int mantissa
         3: .line 738
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* b1 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            iconst_4
            ishr
            iconst_4
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedToSigned:(II)I
            istore 4 /* exponent */
        start local 4 // int exponent
         4: .line 739
            iload 3 /* mantissa */
            i2d
            ldc 10.0
            iload 4 /* exponent */
            i2d
            invokestatic java.lang.Math.pow:(DD)D
            dmul
            d2f
            freturn
        end local 4 // int exponent
        end local 3 // int mantissa
        end local 2 // byte b1
        end local 1 // byte b0
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    5     1        b0  B
            0    5     2        b1  B
            3    5     3  mantissa  I
            4    5     4  exponent  I
    MethodParameters:
      Name  Flags
      b0    
      b1    

  private float bytesToFloat(byte, byte, byte, byte);
    descriptor: (BBBB)F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // byte b0
        start local 2 // byte b1
        start local 3 // byte b2
        start local 4 // byte b3
         0: .line 746
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b0 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
         1: .line 747
            aload 0 /* this */
            iload 2 /* b1 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 8
            ishl
            iadd
         2: .line 748
            aload 0 /* this */
            iload 3 /* b2 */
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedByteToInt:(B)I
            bipush 16
            ishl
            iadd
            bipush 24
         3: .line 746
            invokevirtual android.bluetooth.BluetoothGattCharacteristic.unsignedToSigned:(II)I
            istore 5 /* mantissa */
        start local 5 // int mantissa
         4: .line 749
            iload 5 /* mantissa */
            i2d
            ldc 10.0
            iload 4 /* b3 */
            i2d
            invokestatic java.lang.Math.pow:(DD)D
            dmul
            d2f
            freturn
        end local 5 // int mantissa
        end local 4 // byte b3
        end local 3 // byte b2
        end local 2 // byte b1
        end local 1 // byte b0
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    5     1        b0  B
            0    5     2        b1  B
            0    5     3        b2  B
            0    5     4        b3  B
            4    5     5  mantissa  I
    MethodParameters:
      Name  Flags
      b0    
      b1    
      b2    
      b3    

  private int unsignedToSigned(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int unsigned
        start local 2 // int size
         0: .line 757
            iload 1 /* unsigned */
            iconst_1
            iload 2 /* size */
            iconst_1
            isub
            ishl
            iand
            ifeq 2
         1: .line 758
            iconst_m1
            iconst_1
            iload 2 /* size */
            iconst_1
            isub
            ishl
            iload 1 /* unsigned */
            iconst_1
            iload 2 /* size */
            iconst_1
            isub
            ishl
            iconst_1
            isub
            iand
            isub
            imul
            istore 1 /* unsigned */
         2: .line 760
      StackMap locals:
      StackMap stack:
            iload 1 /* unsigned */
            ireturn
        end local 2 // int size
        end local 1 // int unsigned
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    3     1  unsigned  I
            0    3     2      size  I
    MethodParameters:
          Name  Flags
      unsigned  
      size      

  private int intToSignedBits(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattCharacteristic this
        start local 1 // int i
        start local 2 // int size
         0: .line 767
            iload 1 /* i */
            ifge 2
         1: .line 768
            iconst_1
            iload 2 /* size */
            iconst_1
            isub
            ishl
            iload 1 /* i */
            iconst_1
            iload 2 /* size */
            iconst_1
            isub
            ishl
            iconst_1
            isub
            iand
            iadd
            istore 1 /* i */
         2: .line 770
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            ireturn
        end local 2 // int size
        end local 1 // int i
        end local 0 // android.bluetooth.BluetoothGattCharacteristic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    3     1     i  I
            0    3     2  size  I
    MethodParameters:
      Name  Flags
      i     
      size  
}
SourceFile: "BluetoothGattCharacteristic.java"
NestMembers:
  android.bluetooth.BluetoothGattCharacteristic$1
InnerClasses:
  android.bluetooth.BluetoothGattCharacteristic$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable