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

  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.hiddevice.profile.action.CONNECTION_STATE_CHANGED"

  public static final byte SUBCLASS1_NONE;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final byte SUBCLASS1_KEYBOARD;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  public static final byte SUBCLASS1_MOUSE;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -128

  public static final byte SUBCLASS1_COMBO;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -64

  public static final byte SUBCLASS2_UNCATEGORIZED;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final byte SUBCLASS2_JOYSTICK;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final byte SUBCLASS2_GAMEPAD;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final byte SUBCLASS2_REMOTE_CONTROL;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final byte SUBCLASS2_SENSING_DEVICE;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final byte SUBCLASS2_DIGITIZER_TABLET;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final byte SUBCLASS2_CARD_READER;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final byte REPORT_TYPE_INPUT;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final byte REPORT_TYPE_OUTPUT;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final byte REPORT_TYPE_FEATURE;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final byte ERROR_RSP_SUCCESS;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final byte ERROR_RSP_NOT_READY;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final byte ERROR_RSP_INVALID_RPT_ID;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final byte ERROR_RSP_UNSUPPORTED_REQ;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final byte ERROR_RSP_INVALID_PARAM;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final byte ERROR_RSP_UNKNOWN;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  public static final byte PROTOCOL_BOOT_MODE;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final byte PROTOCOL_REPORT_MODE;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0002) ACC_PRIVATE

  private android.bluetooth.BluetoothProfile$ServiceListener mServiceListener;
    descriptor: Landroid/bluetooth/BluetoothProfile$ServiceListener;
    flags: (0x0002) ACC_PRIVATE

  private volatile IBluetoothHidDevice mService;
    descriptor: LIBluetoothHidDevice;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

  private final IBluetoothStateChangeCallback mBluetoothStateChangeCallback;
    descriptor: LIBluetoothStateChangeCallback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.content.ServiceConnection mConnection;
    descriptor: Landroid/content/ServiceConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(android.content.Context, android.bluetooth.BluetoothProfile$ServiceListener);
    descriptor: (Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice this
         0: .line 332
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDeviceCallback cannot be resolved to a type\n\tThe method onAppStatusChanged(BluetoothDevice, boolean) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onConnectionStateChanged(BluetoothDevice, int) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onGetReport(BluetoothDevice, byte, byte, int) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onSetReport(BluetoothDevice, byte, byte, byte[]) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onSetProtocol(BluetoothDevice, byte) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onInterruptData(BluetoothDevice, byte, byte[]) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tThe method onVirtualCableUnplug(BluetoothDevice) of type BluetoothHidDevice.CallbackWrapper must override or implement a supertype method\n\tThe method clearCallingIdentity() is undefined for the type BluetoothHidDevice.CallbackWrapper\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tThe method getBluetoothManager() from the type BluetoothAdapter refers to the missing type IBluetoothManager\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothManager cannot be resolved to a type\n\tThe method getBluetoothManager() from the type BluetoothAdapter refers to the missing type IBluetoothManager\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice;
    MethodParameters:
          Name  Flags
      context   
      listener  

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

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

  void close();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothHidDevice this
         0: .line 477
            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\tIBluetoothStateChangeCallback cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice;

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

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

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

  public boolean registerApp(android.bluetooth.BluetoothHidDeviceAppSdpSettings, android.bluetooth.BluetoothHidDeviceAppQosSettings, android.bluetooth.BluetoothHidDeviceAppQosSettings, java.util.concurrent.Executor, android.bluetooth.BluetoothHidDevice$Callback);
    descriptor: (Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothHidDevice$Callback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // android.bluetooth.BluetoothHidDevice this
         0: .line 586
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice;
    MethodParameters:
          Name  Flags
      sdp       
      inQos     
      outQos    
      executor  
      callback  

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

  public boolean sendReport(android.bluetooth.BluetoothDevice, int, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;I[B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothHidDevice this
         0: .line 639
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice;
    MethodParameters:
        Name  Flags
      device  
      id      
      data    

  public boolean replyReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;BB[B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothHidDevice this
         0: .line 665
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice;
    MethodParameters:
        Name  Flags
      device  
      type    
      id      
      data    

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

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

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

  public boolean disconnect(android.bluetooth.BluetoothDevice);
    descriptor: (Landroid/bluetooth/BluetoothDevice;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothHidDevice this
         0: .line 760
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidDevice cannot be resolved to a type\n\tIBluetoothHidDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice;
    MethodParameters:
        Name  Flags
      device  
}
SourceFile: "BluetoothHidDevice.java"
NestMembers:
  android.bluetooth.BluetoothHidDevice$1  android.bluetooth.BluetoothHidDevice$2  android.bluetooth.BluetoothHidDevice$Callback  android.bluetooth.BluetoothHidDevice$CallbackWrapper
InnerClasses:
  public abstract Callback = android.bluetooth.BluetoothHidDevice$Callback of android.bluetooth.BluetoothHidDevice
  private CallbackWrapper = android.bluetooth.BluetoothHidDevice$CallbackWrapper of android.bluetooth.BluetoothHidDevice
  public abstract ServiceListener = android.bluetooth.BluetoothProfile$ServiceListener of android.bluetooth.BluetoothProfile