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

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

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

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

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

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

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

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

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

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

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

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

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

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

  private void <init>(int, int, boolean, int);
    descriptor: (IIZI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.bluetooth.le.AdvertiseSettings this
        start local 1 // int advertiseMode
        start local 2 // int advertiseTxPowerLevel
        start local 3 // boolean advertiseConnectable
        start local 4 // int advertiseTimeout
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            iload 1 /* advertiseMode */
            putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseMode:I
         2: .line 81
            aload 0 /* this */
            iload 2 /* advertiseTxPowerLevel */
            putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTxPowerLevel:I
         3: .line 82
            aload 0 /* this */
            iload 3 /* advertiseConnectable */
            putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseConnectable:Z
         4: .line 83
            aload 0 /* this */
            iload 4 /* advertiseTimeout */
            putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTimeoutMillis:I
         5: .line 84
            return
        end local 4 // int advertiseTimeout
        end local 3 // boolean advertiseConnectable
        end local 2 // int advertiseTxPowerLevel
        end local 1 // int advertiseMode
        end local 0 // android.bluetooth.le.AdvertiseSettings this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Landroid/bluetooth/le/AdvertiseSettings;
            0    6     1          advertiseMode  I
            0    6     2  advertiseTxPowerLevel  I
            0    6     3   advertiseConnectable  Z
            0    6     4       advertiseTimeout  I
    MethodParameters:
                       Name  Flags
      advertiseMode          
      advertiseTxPowerLevel  
      advertiseConnectable   
      advertiseTimeout       

  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.AdvertiseSettings this
        start local 1 // android.os.Parcel in
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseMode:I
         2: .line 88
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTxPowerLevel:I
         3: .line 89
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: android.bluetooth.le.AdvertiseSettings android.os.Parcel
      StackMap stack: android.bluetooth.le.AdvertiseSettings
         4: iconst_0
      StackMap locals: android.bluetooth.le.AdvertiseSettings android.os.Parcel
      StackMap stack: android.bluetooth.le.AdvertiseSettings int
         5: putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseConnectable:Z
         6: .line 90
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTimeoutMillis:I
         7: .line 91
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.bluetooth.le.AdvertiseSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/bluetooth/le/AdvertiseSettings;
            0    8     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

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

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

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

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.le.AdvertiseSettings this
         0: .line 123
            new java.lang.StringBuilder
            dup
            ldc "Settings [mAdvertiseMode="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseMode:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 124
            ldc ", mAdvertiseTxPowerLevel="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTxPowerLevel:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 125
            ldc ", mAdvertiseConnectable="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseConnectable:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         3: .line 126
            ldc ", mAdvertiseTimeoutMillis="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTimeoutMillis:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 123
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.bluetooth.le.AdvertiseSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/bluetooth/le/AdvertiseSettings;

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

  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.AdvertiseSettings this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 136
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseMode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 137
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTxPowerLevel:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 138
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseConnectable:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: android.os.Parcel
         3: iconst_0
      StackMap locals: android.bluetooth.le.AdvertiseSettings android.os.Parcel int
      StackMap stack: android.os.Parcel int
         4: invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 139
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.bluetooth.le.AdvertiseSettings.mAdvertiseTimeoutMillis:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 140
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.bluetooth.le.AdvertiseSettings this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/bluetooth/le/AdvertiseSettings;
            0    7     1   dest  Landroid/os/Parcel;
            0    7     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "AdvertiseSettings.java"
NestMembers:
  android.bluetooth.le.AdvertiseSettings$1  android.bluetooth.le.AdvertiseSettings$Builder
InnerClasses:
  android.bluetooth.le.AdvertiseSettings$1
  public final Builder = android.bluetooth.le.AdvertiseSettings$Builder of android.bluetooth.le.AdvertiseSettings
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable