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

  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: 0

  public static final java.lang.String DEFAULT_MAC_ADDRESS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "02:00:00:00:00:00"

  public static final int ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648

  public static final java.lang.String ACTION_STATE_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.STATE_CHANGED"

  public static final java.lang.String EXTRA_STATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.STATE"

  public static final java.lang.String EXTRA_PREVIOUS_STATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.PREVIOUS_STATE"

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

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

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

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

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

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

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

  public static final java.util.UUID LE_PSM_CHARACTERISTIC_UUID;
    descriptor: Ljava/util/UUID;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String ACTION_REQUEST_DISCOVERABLE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.REQUEST_DISCOVERABLE"

  public static final java.lang.String EXTRA_DISCOVERABLE_DURATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.DISCOVERABLE_DURATION"

  public static final java.lang.String ACTION_REQUEST_ENABLE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.REQUEST_ENABLE"

  public static final java.lang.String ACTION_REQUEST_DISABLE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.REQUEST_DISABLE"

  public static final java.lang.String ACTION_REQUEST_BLE_SCAN_ALWAYS_AVAILABLE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.REQUEST_BLE_SCAN_ALWAYS_AVAILABLE"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String ACTION_SCAN_MODE_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.SCAN_MODE_CHANGED"

  public static final java.lang.String EXTRA_SCAN_MODE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.SCAN_MODE"

  public static final java.lang.String EXTRA_PREVIOUS_SCAN_MODE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.PREVIOUS_SCAN_MODE"

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

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

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

  public static final java.lang.String ACTION_DISCOVERY_STARTED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.DISCOVERY_STARTED"

  public static final java.lang.String ACTION_DISCOVERY_FINISHED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.DISCOVERY_FINISHED"

  public static final java.lang.String ACTION_LOCAL_NAME_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.LOCAL_NAME_CHANGED"

  public static final java.lang.String EXTRA_LOCAL_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.LOCAL_NAME"

  public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED"

  public static final java.lang.String EXTRA_CONNECTION_STATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.CONNECTION_STATE"

  public static final java.lang.String EXTRA_PREVIOUS_CONNECTION_STATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.PREVIOUS_CONNECTION_STATE"

  public static final java.lang.String ACTION_BLE_STATE_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.BLE_STATE_CHANGED"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String ACTION_BLUETOOTH_ADDRESS_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.BLUETOOTH_ADDRESS_CHANGED"

  public static final java.lang.String EXTRA_BLUETOOTH_ADDRESS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.extra.BLUETOOTH_ADDRESS"

  public static final java.lang.String ACTION_BLE_ACL_CONNECTED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.BLE_ACL_CONNECTED"

  public static final java.lang.String ACTION_BLE_ACL_DISCONNECTED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.adapter.action.BLE_ACL_DISCONNECTED"

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

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

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

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

  public static final java.lang.String BLUETOOTH_MANAGER_SERVICE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "bluetooth_manager"

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

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

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

  private static android.bluetooth.BluetoothAdapter sAdapter;
    descriptor: Landroid/bluetooth/BluetoothAdapter;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static android.bluetooth.le.BluetoothLeScanner sBluetoothLeScanner;
    descriptor: Landroid/bluetooth/le/BluetoothLeScanner;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static android.bluetooth.le.BluetoothLeAdvertiser sBluetoothLeAdvertiser;
    descriptor: Landroid/bluetooth/le/BluetoothLeAdvertiser;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static android.bluetooth.le.PeriodicAdvertisingManager sPeriodicAdvertisingManager;
    descriptor: Landroid/bluetooth/le/PeriodicAdvertisingManager;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private IBluetooth mService;
    descriptor: LIBluetooth;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.concurrent.locks.ReentrantReadWriteLock mServiceLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantReadWriteLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object mLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<android.bluetooth.BluetoothAdapter$LeScanCallback, android.bluetooth.le.ScanCallback> mLeScanClients;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Landroid/bluetooth/BluetoothAdapter$LeScanCallback;Landroid/bluetooth/le/ScanCallback;>;

  private final IBluetoothManagerCallback mManagerCallback;
    descriptor: LIBluetoothManagerCallback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.ArrayList<IBluetoothManagerCallback> mProxyServiceStateCallbacks;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<LIBluetoothManagerCallback;>;

  public static java.lang.String nameForState(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 225
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
       Name  Flags
      state  

  public static synchronized android.bluetooth.BluetoothAdapter getDefaultAdapter();
    descriptor: ()Landroid/bluetooth/BluetoothAdapter;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=0, args_size=0
         0: .line 604
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothManager cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(IBluetoothManager);
    descriptor: (LIBluetoothManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.Manifest cannot be resolved\n\tBluetoothProtoEnums cannot be resolved to a variable\n\tBluetoothProtoEnums cannot be resolved to a variable\n\tBluetoothProtoEnums cannot be resolved to a variable\n\tBluetoothProtoEnums cannot be resolved to a variable\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetoothManagerCallback cannot be resolved to a type\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\tIBluetoothManager cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\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\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetoothManager cannot be resolved to a type\n\tManifest cannot be resolved to a variable\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\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth 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\tIBluetooth cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetoothGatt cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tManifest cannot be resolved to a variable\n\tIBluetoothManagerCallback cannot be resolved to a type\n\tIBluetooth 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\tIBluetoothManagerCallback cannot be resolved to a type\n\tIBluetoothManagerCallback cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n\tandroid.Manifest.permission.BLUETOOTH_ADMIN cannot be resolved to a type\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tThe method onBluetoothStateChange(boolean) of type BluetoothAdapter.StateChangeCallbackWrapper must override or implement a supertype method\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tIBluetoothManagerCallback cannot be resolved to a type\n\tIBluetoothManagerCallback cannot be resolved to a type\n\tIBluetoothManagerCallback cannot be resolved to a type\n\tIBluetoothManagerCallback 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
                Name  Flags
      managerService  

  public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/bluetooth/BluetoothDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 646
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
         Name  Flags
      address  

  public android.bluetooth.BluetoothDevice getRemoteDevice(byte[]);
    descriptor: ([B)Landroid/bluetooth/BluetoothDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 661
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
         Name  Flags
      address  

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

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

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

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 739
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean isLeEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 764
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

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

  public boolean enableBLE();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 862
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothManager 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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

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

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

  boolean getLeAccess();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 959
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean enable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 993
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean disable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1030
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean disable(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1052
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIBluetoothManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
         Name  Flags
      persist  

  public java.lang.String getAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1065
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

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

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

  public android.os.ParcelUuid[] getUuids();
    descriptor: ()[Landroid/os/ParcelUuid;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1154
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
      Name  Flags
      name  

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

  public boolean setBluetoothClass(android.bluetooth.BluetoothClass);
    descriptor: (Landroid/bluetooth/BluetoothClass;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tManifest cannot be resolved to a variable\n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
                Name  Flags
      bluetoothClass  

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

  public boolean setScanMode(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1295
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetooth cannot be resolved to a type\n\tIBluetooth cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
          Name  Flags
      mode      
      duration  

  public boolean setScanMode(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1307
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
      Name  Flags
      mode  

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

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

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

  public boolean startDiscovery();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1401
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean cancelDiscovery();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1435
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean isDiscovering();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1471
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

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

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

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

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

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

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

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

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

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

  public int getMaxConnectedAudioDevices();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1692
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public boolean isHardwareTrackingFiltersAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1718
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;

  public android.bluetooth.BluetoothActivityEnergyInfo getControllerActivityEnergyInfo(int);
    descriptor: (I)Landroid/bluetooth/BluetoothActivityEnergyInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1743
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      updateType  

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

  public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1796
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Signature: ()Ljava/util/Set<Landroid/bluetooth/BluetoothDevice;>;

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

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

  public int getProfileConnectionState(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1888
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
         Name  Flags
      profile  

  public android.bluetooth.BluetoothServerSocket listenUsingRfcommOn(int);
    descriptor: (I)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1921
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      channel  

  public android.bluetooth.BluetoothServerSocket listenUsingRfcommOn(int, boolean, boolean);
    descriptor: (IZZ)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1945
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      channel        
      mitm           
      min16DigitPin  

  public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID);
    descriptor: (Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 1985
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  
      uuid  

  public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID);
    descriptor: (Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2017
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  
      uuid  

  public android.bluetooth.BluetoothServerSocket listenUsingEncryptedRfcommWithServiceRecord(java.lang.String, java.util.UUID);
    descriptor: (Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2057
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  
      uuid  

  private android.bluetooth.BluetoothServerSocket createNewRfcommSocketAndRecord(java.lang.String, java.util.UUID, boolean, boolean);
    descriptor: (Ljava/lang/String;Ljava/util/UUID;ZZ)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2063
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      name     
      uuid     
      auth     
      encrypt  

  public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommOn(int);
    descriptor: (I)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2088
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  

  public android.bluetooth.BluetoothServerSocket listenUsingEncryptedRfcommOn(int);
    descriptor: (I)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2113
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  

  public static android.bluetooth.BluetoothServerSocket listenUsingScoOn();
    descriptor: ()Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 2138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public android.bluetooth.BluetoothServerSocket listenUsingL2capOn(int, boolean, boolean);
    descriptor: (IZZ)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2165
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      port           
      mitm           
      min16DigitPin  

  public android.bluetooth.BluetoothServerSocket listenUsingL2capOn(int);
    descriptor: (I)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2197
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  

  public android.bluetooth.BluetoothServerSocket listenUsingInsecureL2capOn(int);
    descriptor: (I)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2214
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  

  public android.util.Pair<byte[], byte[]> readOutOfBandData();
    descriptor: ()Landroid/util/Pair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2245
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Signature: ()Landroid/util/Pair<[B[B>;

  public boolean getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile$ServiceListener, int);
    descriptor: (Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2265
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
          Name  Flags
      context   
      listener  
      profile   

  public void closeProfileProxy(int, android.bluetooth.BluetoothProfile);
    descriptor: (ILandroid/bluetooth/BluetoothProfile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2329
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
         Name  Flags
      profile  
      proxy    

  public boolean enableNoAutoConnect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2477
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission.BLUETOOTH_ADMIN cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public boolean changeApplicationBluetoothState(boolean, android.bluetooth.BluetoothAdapter$BluetoothStateChangeCallback);
    descriptor: (ZLandroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2522
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
          Name  Flags
      on        
      callback  

  private java.util.Set<android.bluetooth.BluetoothDevice> toDeviceSet(android.bluetooth.BluetoothDevice[]);
    descriptor: ([Landroid/bluetooth/BluetoothDevice;)Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2553
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Signature: ([Landroid/bluetooth/BluetoothDevice;)Ljava/util/Set<Landroid/bluetooth/BluetoothDevice;>;
    MethodParameters:
         Name  Flags
      devices  

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2560
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIBluetoothManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.lang.Throwable

  public static boolean checkBluetoothAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2576
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      address  

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

  IBluetooth getBluetoothService(IBluetoothManagerCallback);
    descriptor: (LIBluetoothManagerCallback;)LIBluetooth;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2607
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIBluetoothManagerCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
      Name  Flags
      cb    

  void removeServiceStateCallback(IBluetoothManagerCallback);
    descriptor: (LIBluetoothManagerCallback;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2618
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIBluetoothManagerCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    MethodParameters:
      Name  Flags
      cb    

  public boolean startLeScan(android.bluetooth.BluetoothAdapter$LeScanCallback);
    descriptor: (Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2655
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      callback  

  public boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter$LeScanCallback);
    descriptor: ([Ljava/util/UUID;Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2674
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      serviceUuids  final
      callback      final

  public void stopLeScan(android.bluetooth.BluetoothAdapter$LeScanCallback);
    descriptor: (Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2771
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      callback  

  public android.bluetooth.BluetoothServerSocket listenUsingL2capCoc(int);
    descriptor: (I)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2814
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      transport  

  public android.bluetooth.BluetoothServerSocket listenUsingInsecureL2capCoc(int);
    descriptor: (I)Landroid/bluetooth/BluetoothServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothAdapter this
         0: .line 2864
            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.BluetoothAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothAdapter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      transport  
}
SourceFile: "BluetoothAdapter.java"
NestMembers:
  android.bluetooth.BluetoothAdapter$1  android.bluetooth.BluetoothAdapter$2  android.bluetooth.BluetoothAdapter$AdapterState  android.bluetooth.BluetoothAdapter$BluetoothStateChangeCallback  android.bluetooth.BluetoothAdapter$LeScanCallback  android.bluetooth.BluetoothAdapter$ScanMode  android.bluetooth.BluetoothAdapter$StateChangeCallbackWrapper
InnerClasses:
  public abstract AdapterState = android.bluetooth.BluetoothAdapter$AdapterState of android.bluetooth.BluetoothAdapter
  public abstract BluetoothStateChangeCallback = android.bluetooth.BluetoothAdapter$BluetoothStateChangeCallback of android.bluetooth.BluetoothAdapter
  public abstract LeScanCallback = android.bluetooth.BluetoothAdapter$LeScanCallback of android.bluetooth.BluetoothAdapter
  public abstract ScanMode = android.bluetooth.BluetoothAdapter$ScanMode of android.bluetooth.BluetoothAdapter
  public StateChangeCallbackWrapper = android.bluetooth.BluetoothAdapter$StateChangeCallbackWrapper of android.bluetooth.BluetoothAdapter
  public abstract ServiceListener = android.bluetooth.BluetoothProfile$ServiceListener of android.bluetooth.BluetoothProfile