public final class android.bluetooth.le.PeriodicAdvertisingManager
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.bluetooth.le.PeriodicAdvertisingManager
  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: "PeriodicAdvertisingManager"

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

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

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

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

  private static final int SYNC_STARTING;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

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

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

  java.util.Map<android.bluetooth.le.PeriodicAdvertisingCallback, IPeriodicAdvertisingCallback> mCallbackWrappers;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Landroid/bluetooth/le/PeriodicAdvertisingCallback;LIPeriodicAdvertisingCallback;>;

  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.PeriodicAdvertisingManager this
         0: .line 21
            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\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tThe method wrap(PeriodicAdvertisingCallback, Handler) from the type PeriodicAdvertisingManager refers to the missing type IPeriodicAdvertisingCallback\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/PeriodicAdvertisingManager;
    MethodParameters:
                  Name  Flags
      bluetoothManager  

  public void registerSync(android.bluetooth.le.ScanResult, int, int, android.bluetooth.le.PeriodicAdvertisingCallback);
    descriptor: (Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/PeriodicAdvertisingCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
         0: .line 92
            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.PeriodicAdvertisingManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/PeriodicAdvertisingManager;
    MethodParameters:
            Name  Flags
      scanResult  
      skip        
      timeout     
      callback    

  public void registerSync(android.bluetooth.le.ScanResult, int, int, android.bluetooth.le.PeriodicAdvertisingCallback, android.os.Handler);
    descriptor: (Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/PeriodicAdvertisingCallback;Landroid/os/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
         0: .line 140
            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\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tThe method wrap(PeriodicAdvertisingCallback, Handler) from the type PeriodicAdvertisingManager refers to the missing type IPeriodicAdvertisingCallback\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/PeriodicAdvertisingManager;
    MethodParameters:
            Name  Flags
      scanResult  
      skip        
      timeout     
      callback    
      handler     

  public void unregisterSync(android.bluetooth.le.PeriodicAdvertisingCallback);
    descriptor: (Landroid/bluetooth/le/PeriodicAdvertisingCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
         0: .line 178
            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\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/PeriodicAdvertisingManager;
    MethodParameters:
          Name  Flags
      callback  

  private IPeriodicAdvertisingCallback wrap(android.bluetooth.le.PeriodicAdvertisingCallback, android.os.Handler);
    descriptor: (Landroid/bluetooth/le/PeriodicAdvertisingCallback;Landroid/os/Handler;)LIPeriodicAdvertisingCallback;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
         0: .line 199
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n\tIPeriodicAdvertisingCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.le.PeriodicAdvertisingManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/le/PeriodicAdvertisingManager;
    MethodParameters:
          Name  Flags
      callback  
      handler   
}
SourceFile: "PeriodicAdvertisingManager.java"
NestMembers:
  android.bluetooth.le.PeriodicAdvertisingManager$1  android.bluetooth.le.PeriodicAdvertisingManager$1$1  android.bluetooth.le.PeriodicAdvertisingManager$1$2  android.bluetooth.le.PeriodicAdvertisingManager$1$3