public abstract class android.bluetooth.BluetoothHidDevice$Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.bluetooth.BluetoothHidDevice$Callback
  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: "BluetoothHidDevCallback"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback 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$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;

  public void onAppStatusChanged(android.bluetooth.BluetoothDevice, boolean);
    descriptor: (Landroid/bluetooth/BluetoothDevice;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback this
         0: .line 241
            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.BluetoothHidDevice$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;
    MethodParameters:
               Name  Flags
      pluggedDevice  
      registered     

  public void onConnectionStateChanged(android.bluetooth.BluetoothDevice, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback this
         0: .line 259
            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.BluetoothHidDevice$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;
    MethodParameters:
        Name  Flags
      device  
      state   

  public void onGetReport(android.bluetooth.BluetoothDevice, byte, byte, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;BBI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback this
         0: .line 273
            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.BluetoothHidDevice$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;
    MethodParameters:
            Name  Flags
      device      
      type        
      id          
      bufferSize  

  public void onSetReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;BB[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback this
         0: .line 295
            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.BluetoothHidDevice$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;
    MethodParameters:
        Name  Flags
      device  
      type    
      id      
      data    

  public void onSetProtocol(android.bluetooth.BluetoothDevice, byte);
    descriptor: (Landroid/bluetooth/BluetoothDevice;B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback this
         0: .line 306
            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.BluetoothHidDevice$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;
    MethodParameters:
          Name  Flags
      device    
      protocol  

  public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;B[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback this
         0: .line 317
            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.BluetoothHidDevice$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;
    MethodParameters:
          Name  Flags
      device    
      reportId  
      data      

  public void onVirtualCableUnplug(android.bluetooth.BluetoothDevice);
    descriptor: (Landroid/bluetooth/BluetoothDevice;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothHidDevice$Callback this
         0: .line 325
            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.BluetoothHidDevice$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothHidDevice$Callback;
    MethodParameters:
        Name  Flags
      device  
}
SourceFile: "BluetoothHidDevice.java"
NestHost: android.bluetooth.BluetoothHidDevice
InnerClasses:
  public abstract Callback = android.bluetooth.BluetoothHidDevice$Callback of android.bluetooth.BluetoothHidDevice