public abstract class android.bluetooth.le.AdvertisingSetCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.bluetooth.le.AdvertisingSetCallback
  super_class: java.lang.Object
{
  public static final int ADVERTISE_SUCCESS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/AdvertisingSetCallback;

  public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // int txPower
        start local 3 // int status
         0: .line 67
            return
        end local 3 // int status
        end local 2 // int txPower
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2         txPower  I
            0    1     3          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      txPower         
      status          

  public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
         0: .line 76
            return
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
    MethodParameters:
                Name  Flags
      advertisingSet  

  public void onAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // boolean enable
        start local 3 // int status
         0: .line 87
            return
        end local 3 // int status
        end local 2 // boolean enable
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2          enable  Z
            0    1     3          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      enable          
      status          

  public void onAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // int status
         0: .line 97
            return
        end local 2 // int status
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      status          

  public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // int status
         0: .line 107
            return
        end local 2 // int status
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      status          

  public void onAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // int txPower
        start local 3 // int status
         0: .line 119
            return
        end local 3 // int status
        end local 2 // int txPower
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2         txPower  I
            0    1     3          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      txPower         
      status          

  public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // int status
         0: .line 129
            return
        end local 2 // int status
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      status          

  public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // int status
         0: .line 140
            return
        end local 2 // int status
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      status          

  public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // boolean enable
        start local 3 // int status
         0: .line 151
            return
        end local 3 // int status
        end local 2 // boolean enable
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2          enable  Z
            0    1     3          status  I
    MethodParameters:
                Name  Flags
      advertisingSet  
      enable          
      status          

  public void onOwnAddressRead(android.bluetooth.le.AdvertisingSet, int, java.lang.String);
    descriptor: (Landroid/bluetooth/le/AdvertisingSet;ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.bluetooth.le.AdvertisingSetCallback this
        start local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        start local 2 // int addressType
        start local 3 // java.lang.String address
         0: .line 163
            return
        end local 3 // java.lang.String address
        end local 2 // int addressType
        end local 1 // android.bluetooth.le.AdvertisingSet advertisingSet
        end local 0 // android.bluetooth.le.AdvertisingSetCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/le/AdvertisingSetCallback;
            0    1     1  advertisingSet  Landroid/bluetooth/le/AdvertisingSet;
            0    1     2     addressType  I
            0    1     3         address  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      advertisingSet  
      addressType     
      address         
}
SourceFile: "AdvertisingSetCallback.java"