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

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

  private final boolean mIncludeTxPower;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private void <init>(boolean, int);
    descriptor: (ZI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.bluetooth.le.PeriodicAdvertisingParameters this
        start local 1 // boolean includeTxPower
        start local 2 // int interval
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            iload 1 /* includeTxPower */
            putfield android.bluetooth.le.PeriodicAdvertisingParameters.mIncludeTxPower:Z
         2: .line 37
            aload 0 /* this */
            iload 2 /* interval */
            putfield android.bluetooth.le.PeriodicAdvertisingParameters.mInterval:I
         3: .line 38
            return
        end local 2 // int interval
        end local 1 // boolean includeTxPower
        end local 0 // android.bluetooth.le.PeriodicAdvertisingParameters this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Landroid/bluetooth/le/PeriodicAdvertisingParameters;
            0    4     1  includeTxPower  Z
            0    4     2        interval  I
    MethodParameters:
                Name  Flags
      includeTxPower  
      interval        

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.le.PeriodicAdvertisingParameters this
        start local 1 // android.os.Parcel in
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: android.bluetooth.le.PeriodicAdvertisingParameters android.os.Parcel
      StackMap stack: android.bluetooth.le.PeriodicAdvertisingParameters
         2: iconst_0
      StackMap locals: android.bluetooth.le.PeriodicAdvertisingParameters android.os.Parcel
      StackMap stack: android.bluetooth.le.PeriodicAdvertisingParameters int
         3: putfield android.bluetooth.le.PeriodicAdvertisingParameters.mIncludeTxPower:Z
         4: .line 42
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.PeriodicAdvertisingParameters.mInterval:I
         5: .line 43
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.le.PeriodicAdvertisingParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/bluetooth/le/PeriodicAdvertisingParameters;
            0    6     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

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

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

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.bluetooth.le.PeriodicAdvertisingParameters this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 67
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.PeriodicAdvertisingParameters.mIncludeTxPower:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: android.os.Parcel
         1: iconst_0
      StackMap locals: android.bluetooth.le.PeriodicAdvertisingParameters android.os.Parcel int
      StackMap stack: android.os.Parcel int
         2: invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 68
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.PeriodicAdvertisingParameters.mInterval:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 69
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.bluetooth.le.PeriodicAdvertisingParameters this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/bluetooth/le/PeriodicAdvertisingParameters;
            0    5     1   dest  Landroid/os/Parcel;
            0    5     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "PeriodicAdvertisingParameters.java"
NestMembers:
  android.bluetooth.le.PeriodicAdvertisingParameters$1  android.bluetooth.le.PeriodicAdvertisingParameters$Builder
InnerClasses:
  android.bluetooth.le.PeriodicAdvertisingParameters$1
  public final Builder = android.bluetooth.le.PeriodicAdvertisingParameters$Builder of android.bluetooth.le.PeriodicAdvertisingParameters
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable