public final class android.bluetooth.le.BluetoothLeAdvertiser
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.bluetooth.le.BluetoothLeAdvertiser
  super_class: java.lang.Object
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "BluetoothLeAdvertiser"

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

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

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

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

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

  private final IBluetoothManager mBluetoothManager;
    descriptor: LIBluetoothManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.os.Handler mHandler;
    descriptor: Landroid/os/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.bluetooth.BluetoothAdapter mBluetoothAdapter;
    descriptor: Landroid/bluetooth/BluetoothAdapter;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Map<android.bluetooth.le.AdvertiseCallback, android.bluetooth.le.AdvertisingSetCallback> mLegacyAdvertisers;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Landroid/bluetooth/le/AdvertiseCallback;Landroid/bluetooth/le/AdvertisingSetCallback;>;

  private final java.util.Map<android.bluetooth.le.AdvertisingSetCallback, IAdvertisingSetCallback> mCallbackWrappers;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Landroid/bluetooth/le/AdvertisingSetCallback;LIAdvertisingSetCallback;>;

  private final java.util.Map<java.lang.Integer, android.bluetooth.le.AdvertisingSet> mAdvertisingSets;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Integer;Landroid/bluetooth/le/AdvertisingSet;>;

  public void <init>(IBluetoothManager);
    descriptor: (LIBluetoothManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.bluetooth.IBluetoothGatt cannot be resolved\n\tThe import android.bluetooth.IBluetoothManager cannot be resolved\n\tIBluetoothManager cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tThe method synchronizedMap(Map<AdvertisingSetCallback,IAdvertisingSetCallback>) from the type Collections refers to the missing type IAdvertisingSetCallback\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tThe method wrap(AdvertisingSetCallback, Handler) from the type BluetoothLeAdvertiser refers to the missing type IAdvertisingSetCallback\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tThe method onAdvertisingSetStarted(int, int, int) of type new Stub(){} must override or implement a supertype method\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tThe method onOwnAddressRead(int, int, String) of type new Stub(){} must override or implement a supertype method\n\tThe method onAdvertisingSetStopped(int) of type new Stub(){} must override or implement a supertype method\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tThe method onAdvertisingEnabled(int, boolean, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onAdvertisingDataSet(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onScanResponseDataSet(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onAdvertisingParametersUpdated(int, int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onPeriodicAdvertisingParametersUpdated(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onPeriodicAdvertisingDataSet(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onPeriodicAdvertisingEnabled(int, boolean, int) of type new Stub(){} must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
                  Name  Flags
      bluetoothManager  

  public void startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback);
    descriptor: (Landroid/bluetooth/le/AdvertiseSettings;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
               Name  Flags
      settings       
      advertiseData  
      callback       final

  public void startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback);
    descriptor: (Landroid/bluetooth/le/AdvertiseSettings;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
               Name  Flags
      settings       
      advertiseData  
      scanResponse   
      callback       final

  android.bluetooth.le.AdvertisingSetCallback wrapOldCallback(android.bluetooth.le.AdvertiseCallback, android.bluetooth.le.AdvertiseSettings);
    descriptor: (Landroid/bluetooth/le/AdvertiseCallback;Landroid/bluetooth/le/AdvertiseSettings;)Landroid/bluetooth/le/AdvertisingSetCallback;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 163
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
          Name  Flags
      callback  
      settings  

  public void stopAdvertising(android.bluetooth.le.AdvertiseCallback);
    descriptor: (Landroid/bluetooth/le/AdvertiseCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 200
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
          Name  Flags
      callback  final

  public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertisingSetCallback);
    descriptor: (Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertisingSetCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
                    Name  Flags
      parameters          
      advertiseData       
      scanResponse        
      periodicParameters  
      periodicData        
      callback            

  public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertisingSetCallback, android.os.Handler);
    descriptor: (Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 265
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
                    Name  Flags
      parameters          
      advertiseData       
      scanResponse        
      periodicParameters  
      periodicData        
      callback            
      handler             

  public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback);
    descriptor: (Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/AdvertisingSetCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=9
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 300
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
                              Name  Flags
      parameters                    
      advertiseData                 
      scanResponse                  
      periodicParameters            
      periodicData                  
      duration                      
      maxExtendedAdvertisingEvents  
      callback                      

  public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback, android.os.Handler);
    descriptor: (Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=10
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 410
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tThe method wrap(AdvertisingSetCallback, Handler) from the type BluetoothLeAdvertiser refers to the missing type IAdvertisingSetCallback\n\tIAdvertisingSetCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
                              Name  Flags
      parameters                    
      advertiseData                 
      scanResponse                  
      periodicParameters            
      periodicData                  
      duration                      
      maxExtendedAdvertisingEvents  
      callback                      
      handler                       

  public void stopAdvertisingSet(android.bluetooth.le.AdvertisingSetCallback);
    descriptor: (Landroid/bluetooth/le/AdvertisingSetCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 446
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
          Name  Flags
      callback  

  public void cleanup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 467
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIAdvertisingSetCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;

  private int totalBytes(android.bluetooth.le.AdvertiseData, boolean);
    descriptor: (Landroid/bluetooth/le/AdvertiseData;Z)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 472
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
                 Name  Flags
      data             
      isFlagsIncluded  

  private int byteLength(byte[]);
    descriptor: ([B)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 521
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
       Name  Flags
      array  

  IAdvertisingSetCallback wrap(android.bluetooth.le.AdvertisingSetCallback, android.os.Handler);
    descriptor: (Landroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)LIAdvertisingSetCallback;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 525
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tThe method onAdvertisingSetStarted(int, int, int) of type new Stub(){} must override or implement a supertype method\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tThe method onOwnAddressRead(int, int, String) of type new Stub(){} must override or implement a supertype method\n\tThe method onAdvertisingSetStopped(int) of type new Stub(){} must override or implement a supertype method\n\tIAdvertisingSetCallback cannot be resolved to a type\n\tThe method onAdvertisingEnabled(int, boolean, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onAdvertisingDataSet(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onScanResponseDataSet(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onAdvertisingParametersUpdated(int, int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onPeriodicAdvertisingParametersUpdated(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onPeriodicAdvertisingDataSet(int, int) of type new Stub(){} must override or implement a supertype method\n\tThe method onPeriodicAdvertisingEnabled(int, boolean, int) of type new Stub(){} must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
          Name  Flags
      callback  
      handler   

  private void postStartSetFailure(android.os.Handler, android.bluetooth.le.AdvertisingSetCallback, int);
    descriptor: (Landroid/os/Handler;Landroid/bluetooth/le/AdvertisingSetCallback;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 649
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
          Name  Flags
      handler   
      callback  final
      error     final

  private void postStartFailure(android.bluetooth.le.AdvertiseCallback, int);
    descriptor: (Landroid/bluetooth/le/AdvertiseCallback;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 659
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
          Name  Flags
      callback  final
      error     final

  private void postStartSuccess(android.bluetooth.le.AdvertiseCallback, android.bluetooth.le.AdvertiseSettings);
    descriptor: (Landroid/bluetooth/le/AdvertiseCallback;Landroid/bluetooth/le/AdvertiseSettings;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
         0: .line 668
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeAdvertiser;
    MethodParameters:
          Name  Flags
      callback  final
      settings  final
}
SourceFile: "BluetoothLeAdvertiser.java"
NestMembers:
  android.bluetooth.le.BluetoothLeAdvertiser$1  android.bluetooth.le.BluetoothLeAdvertiser$1$1  android.bluetooth.le.BluetoothLeAdvertiser$1$10  android.bluetooth.le.BluetoothLeAdvertiser$1$2  android.bluetooth.le.BluetoothLeAdvertiser$1$3  android.bluetooth.le.BluetoothLeAdvertiser$1$4  android.bluetooth.le.BluetoothLeAdvertiser$1$5  android.bluetooth.le.BluetoothLeAdvertiser$1$6  android.bluetooth.le.BluetoothLeAdvertiser$1$7  android.bluetooth.le.BluetoothLeAdvertiser$1$8  android.bluetooth.le.BluetoothLeAdvertiser$1$9  android.bluetooth.le.BluetoothLeAdvertiser$2  android.bluetooth.le.BluetoothLeAdvertiser$3  android.bluetooth.le.BluetoothLeAdvertiser$4  android.bluetooth.le.BluetoothLeAdvertiser$5