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

  private static final boolean DBG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final boolean VDBG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final android.bluetooth.BluetoothAdapter mAdapter;
    descriptor: Landroid/bluetooth/BluetoothAdapter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothManager this
        start local 1 // android.content.Context context
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 1 /* context */
            invokevirtual android.content.Context.getApplicationContext:()Landroid/content/Context;
            astore 1 /* context */
         2: .line 65
            aload 1 /* context */
            ifnonnull 6
         3: .line 66
            new java.lang.IllegalArgumentException
            dup
         4: .line 67
            ldc "context not associated with any application (using a mock context?)"
         5: .line 66
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 70
      StackMap locals: android.bluetooth.BluetoothManager android.content.Context
      StackMap stack:
            aload 0 /* this */
            invokestatic android.bluetooth.BluetoothAdapter.getDefaultAdapter:()Landroid/bluetooth/BluetoothAdapter;
            putfield android.bluetooth.BluetoothManager.mAdapter:Landroid/bluetooth/BluetoothAdapter;
         7: .line 71
            return
        end local 1 // android.content.Context context
        end local 0 // android.bluetooth.BluetoothManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/bluetooth/BluetoothManager;
            0    8     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public android.bluetooth.BluetoothAdapter getAdapter();
    descriptor: ()Landroid/bluetooth/BluetoothAdapter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothManager this
         0: .line 79
            aload 0 /* this */
            getfield android.bluetooth.BluetoothManager.mAdapter:Landroid/bluetooth/BluetoothAdapter;
            areturn
        end local 0 // android.bluetooth.BluetoothManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothManager;

  public int getConnectionState(android.bluetooth.BluetoothDevice, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothManager this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothManager;
    MethodParameters:
         Name  Flags
      device   
      profile  

  public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothManager this
         0: .line 123
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tManifest cannot be resolved to a variable\n\tIBluetoothManager cannot be resolved to a type\n\tThe method getBluetoothManager() from the type BluetoothAdapter refers to the missing type IBluetoothManager\n\tIBluetoothGatt cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothManager;
    Signature: (I)Ljava/util/List<Landroid/bluetooth/BluetoothDevice;>;
    MethodParameters:
         Name  Flags
      profile  

  public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int, int[]);
    descriptor: (I[I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothManager this
         0: .line 164
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tManifest cannot be resolved to a variable\n\tIBluetoothManager cannot be resolved to a type\n\tThe method getBluetoothManager() from the type BluetoothAdapter refers to the missing type IBluetoothManager\n\tIBluetoothGatt cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothManager;
    Signature: (I[I)Ljava/util/List<Landroid/bluetooth/BluetoothDevice;>;
    MethodParameters:
         Name  Flags
      profile  
      states   

  public android.bluetooth.BluetoothGattServer openGattServer(android.content.Context, android.bluetooth.BluetoothGattServerCallback);
    descriptor: (Landroid/content/Context;Landroid/bluetooth/BluetoothGattServerCallback;)Landroid/bluetooth/BluetoothGattServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothManager this
        start local 1 // android.content.Context context
        start local 2 // android.bluetooth.BluetoothGattServerCallback callback
         0: .line 200
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* callback */
            iconst_0
            invokevirtual android.bluetooth.BluetoothManager.openGattServer:(Landroid/content/Context;Landroid/bluetooth/BluetoothGattServerCallback;I)Landroid/bluetooth/BluetoothGattServer;
            areturn
        end local 2 // android.bluetooth.BluetoothGattServerCallback callback
        end local 1 // android.content.Context context
        end local 0 // android.bluetooth.BluetoothManager this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/bluetooth/BluetoothManager;
            0    1     1   context  Landroid/content/Context;
            0    1     2  callback  Landroid/bluetooth/BluetoothGattServerCallback;
    MethodParameters:
          Name  Flags
      context   
      callback  

  public android.bluetooth.BluetoothGattServer openGattServer(android.content.Context, android.bluetooth.BluetoothGattServerCallback, int);
    descriptor: (Landroid/content/Context;Landroid/bluetooth/BluetoothGattServerCallback;I)Landroid/bluetooth/BluetoothGattServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothManager this
         0: .line 228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothManager cannot be resolved to a type\n\tThe method getBluetoothManager() from the type BluetoothAdapter refers to the missing type IBluetoothManager\n\tIBluetoothGatt cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothManager;
    MethodParameters:
           Name  Flags
      context    
      callback   
      transport  
}
SourceFile: "BluetoothManager.java"