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

  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 ACTION_CONNECTION_STATE_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED"

  public static final java.lang.String ACTION_PROTOCOL_MODE_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED"

  public static final java.lang.String ACTION_HANDSHAKE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.input.profile.action.HANDSHAKE"

  public static final java.lang.String ACTION_REPORT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.input.profile.action.REPORT"

  public static final java.lang.String ACTION_VIRTUAL_UNPLUG_STATUS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS"

  public static final java.lang.String ACTION_IDLE_TIME_CHANGED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.bluetooth.input.profile.action.IDLE_TIME_CHANGED"

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

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

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

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

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

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

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

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

  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 int VIRTUAL_UNPLUG_STATUS_SUCCESS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

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

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

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

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

  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 android.bluetooth.BluetoothAdapter mAdapter;
    descriptor: Landroid/bluetooth/BluetoothAdapter;
    flags: (0x0002) ACC_PRIVATE

  private volatile IBluetoothHidHost mService;
    descriptor: LIBluetoothHidHost;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  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.BluetoothHidHost this
         0: .line 225
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothStateChangeCallback cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost 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\tIBluetoothHidHost 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\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
         Name  Flags
      context  
      l        

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

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

  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.BluetoothHidHost this
         0: .line 334
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    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.BluetoothHidHost this
         0: .line 374
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
        Name  Flags
      device  

  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.BluetoothHidHost this
         0: .line 393
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    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.BluetoothHidHost this
         0: .line 412
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    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.BluetoothHidHost this
         0: .line 431
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
        Name  Flags
      device  

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

  public int getPriority(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.BluetoothHidHost this
         0: .line 493
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
        Name  Flags
      device  

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

  private static boolean isValidDevice(android.bluetooth.BluetoothDevice);
    descriptor: (Landroid/bluetooth/BluetoothDevice;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 530
            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
      device  

  public boolean virtualUnplug(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.BluetoothHidHost this
         0: .line 545
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
        Name  Flags
      device  

  public boolean getProtocolMode(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.BluetoothHidHost this
         0: .line 571
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
        Name  Flags
      device  

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

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

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

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

  public boolean getIdleTime(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.BluetoothHidHost this
         0: .line 701
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
        Name  Flags
      device  

  public boolean setIdleTime(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.BluetoothHidHost this
         0: .line 726
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIBluetoothHidHost cannot be resolved to a type\n\tIBluetoothHidHost cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.bluetooth.BluetoothHidHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidHost;
    MethodParameters:
          Name  Flags
      device    
      idleTime  

  private static void log(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 739
            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
      msg   
}
SourceFile: "BluetoothHidHost.java"
NestMembers:
  android.bluetooth.BluetoothHidHost$1  android.bluetooth.BluetoothHidHost$2
InnerClasses:
  public abstract ServiceListener = android.bluetooth.BluetoothProfile$ServiceListener of android.bluetooth.BluetoothProfile