class android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper
  super_class: java.lang.Object
{
  private static final int REGISTRATION_CALLBACK_TIMEOUT_MILLIS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2000

  private final android.bluetooth.le.ScanCallback mScanCallback;
    descriptor: Landroid/bluetooth/le/ScanCallback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<android.bluetooth.le.ScanFilter> mFilters;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Landroid/bluetooth/le/ScanFilter;>;

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

  private android.bluetooth.le.ScanSettings mSettings;
    descriptor: Landroid/bluetooth/le/ScanSettings;
    flags: (0x0002) ACC_PRIVATE

  private IBluetoothGatt mBluetoothGatt;
    descriptor: LIBluetoothGatt;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.util.List<android.bluetooth.le.ResultStorageDescriptor>> mResultStorages;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/util/List<Landroid/bluetooth/le/ResultStorageDescriptor;>;>;

  private int mScannerId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final android.bluetooth.le.BluetoothLeScanner this$0;
    descriptor: Landroid/bluetooth/le/BluetoothLeScanner;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(IBluetoothGatt, java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.os.WorkSource, android.bluetooth.le.ScanCallback, java.util.List<java.util.List<android.bluetooth.le.ResultStorageDescriptor>>);
    descriptor: (Landroid/bluetooth/le/BluetoothLeScanner;LIBluetoothGatt;Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/os/WorkSource;Landroid/bluetooth/le/ScanCallback;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.Manifest cannot be resolved\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\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIScannerCallback cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tThe method onScannerRegistered(int, int) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tThe method onScanResult(ScanResult) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n\tThe method onBatchScanResults(List<ScanResult>) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n\tThe method onFoundOrLost(boolean, ScanResult) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n\tThe method onScanManagerErrorCallback(int) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;
    Signature: (LIBluetoothGatt;Ljava/util/List<Landroid/bluetooth/le/ScanFilter;>;Landroid/bluetooth/le/ScanSettings;Landroid/os/WorkSource;Landroid/bluetooth/le/ScanCallback;Ljava/util/List<Ljava/util/List<Landroid/bluetooth/le/ResultStorageDescriptor;>;>;)V
    MethodParameters:
                Name  Flags
      this$0          final
      bluetoothGatt   
      filters         
      settings        
      workSource      
      scanCallback    
      resultStorages  

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

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

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

  public void onScannerRegistered(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
         0: .line 439
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onScannerRegistered(int, int) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;
    MethodParameters:
           Name  Flags
      status     
      scannerId  

  public void onScanResult(android.bluetooth.le.ScanResult);
    descriptor: (Landroid/bluetooth/le/ScanResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
         0: .line 475
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onScanResult(ScanResult) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;
    MethodParameters:
            Name  Flags
      scanResult  final

  public void onBatchScanResults(java.util.List<android.bluetooth.le.ScanResult>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
         0: .line 492
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onBatchScanResults(List<ScanResult>) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;
    Signature: (Ljava/util/List<Landroid/bluetooth/le/ScanResult;>;)V
    MethodParameters:
         Name  Flags
      results  final

  public void onFoundOrLost(boolean, android.bluetooth.le.ScanResult);
    descriptor: (ZLandroid/bluetooth/le/ScanResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
         0: .line 503
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onFoundOrLost(boolean, ScanResult) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;
    MethodParameters:
            Name  Flags
      onFound     final
      scanResult  final

  public void onScanManagerErrorCallback(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
         0: .line 530
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onScanManagerErrorCallback(int) of type BluetoothLeScanner.BleScanCallbackWrapper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;
    MethodParameters:
           Name  Flags
      errorCode  final
}
SourceFile: "BluetoothLeScanner.java"
NestHost: android.bluetooth.le.BluetoothLeScanner
InnerClasses:
  private BleScanCallbackWrapper = android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper of android.bluetooth.le.BluetoothLeScanner