public abstract class android.bluetooth.BluetoothGattServerCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.bluetooth.BluetoothGattServerCallback
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/bluetooth/BluetoothGattServerCallback;

  public void onConnectionStateChange(android.bluetooth.BluetoothDevice, int, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int status
        start local 3 // int newState
         0: .line 34
            return
        end local 3 // int newState
        end local 2 // int status
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1    device  Landroid/bluetooth/BluetoothDevice;
            0    1     2    status  I
            0    1     3  newState  I
    MethodParameters:
          Name  Flags
      device    
      status    
      newState  

  public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
    descriptor: (ILandroid/bluetooth/BluetoothGattService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // int status
        start local 2 // android.bluetooth.BluetoothGattService service
         0: .line 44
            return
        end local 2 // android.bluetooth.BluetoothGattService service
        end local 1 // int status
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1   status  I
            0    1     2  service  Landroid/bluetooth/BluetoothGattService;
    MethodParameters:
         Name  Flags
      status   
      service  

  public void onCharacteristicReadRequest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattCharacteristic);
    descriptor: (Landroid/bluetooth/BluetoothDevice;IILandroid/bluetooth/BluetoothGattCharacteristic;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int requestId
        start local 3 // int offset
        start local 4 // android.bluetooth.BluetoothGattCharacteristic characteristic
         0: .line 59
            return
        end local 4 // android.bluetooth.BluetoothGattCharacteristic characteristic
        end local 3 // int offset
        end local 2 // int requestId
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1          device  Landroid/bluetooth/BluetoothDevice;
            0    1     2       requestId  I
            0    1     3          offset  I
            0    1     4  characteristic  Landroid/bluetooth/BluetoothGattCharacteristic;
    MethodParameters:
                Name  Flags
      device          
      requestId       
      offset          
      characteristic  

  public void onCharacteristicWriteRequest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattCharacteristic, boolean, boolean, int, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothGattCharacteristic;ZZI[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=8, args_size=8
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int requestId
        start local 3 // android.bluetooth.BluetoothGattCharacteristic characteristic
        start local 4 // boolean preparedWrite
        start local 5 // boolean responseNeeded
        start local 6 // int offset
        start local 7 // byte[] value
         0: .line 79
            return
        end local 7 // byte[] value
        end local 6 // int offset
        end local 5 // boolean responseNeeded
        end local 4 // boolean preparedWrite
        end local 3 // android.bluetooth.BluetoothGattCharacteristic characteristic
        end local 2 // int requestId
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1          device  Landroid/bluetooth/BluetoothDevice;
            0    1     2       requestId  I
            0    1     3  characteristic  Landroid/bluetooth/BluetoothGattCharacteristic;
            0    1     4   preparedWrite  Z
            0    1     5  responseNeeded  Z
            0    1     6          offset  I
            0    1     7           value  [B
    MethodParameters:
                Name  Flags
      device          
      requestId       
      characteristic  
      preparedWrite   
      responseNeeded  
      offset          
      value           

  public void onDescriptorReadRequest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattDescriptor);
    descriptor: (Landroid/bluetooth/BluetoothDevice;IILandroid/bluetooth/BluetoothGattDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int requestId
        start local 3 // int offset
        start local 4 // android.bluetooth.BluetoothGattDescriptor descriptor
         0: .line 94
            return
        end local 4 // android.bluetooth.BluetoothGattDescriptor descriptor
        end local 3 // int offset
        end local 2 // int requestId
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1      device  Landroid/bluetooth/BluetoothDevice;
            0    1     2   requestId  I
            0    1     3      offset  I
            0    1     4  descriptor  Landroid/bluetooth/BluetoothGattDescriptor;
    MethodParameters:
            Name  Flags
      device      
      requestId   
      offset      
      descriptor  

  public void onDescriptorWriteRequest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattDescriptor, boolean, boolean, int, byte[]);
    descriptor: (Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothGattDescriptor;ZZI[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=8, args_size=8
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int requestId
        start local 3 // android.bluetooth.BluetoothGattDescriptor descriptor
        start local 4 // boolean preparedWrite
        start local 5 // boolean responseNeeded
        start local 6 // int offset
        start local 7 // byte[] value
         0: .line 114
            return
        end local 7 // byte[] value
        end local 6 // int offset
        end local 5 // boolean responseNeeded
        end local 4 // boolean preparedWrite
        end local 3 // android.bluetooth.BluetoothGattDescriptor descriptor
        end local 2 // int requestId
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1          device  Landroid/bluetooth/BluetoothDevice;
            0    1     2       requestId  I
            0    1     3      descriptor  Landroid/bluetooth/BluetoothGattDescriptor;
            0    1     4   preparedWrite  Z
            0    1     5  responseNeeded  Z
            0    1     6          offset  I
            0    1     7           value  [B
    MethodParameters:
                Name  Flags
      device          
      requestId       
      descriptor      
      preparedWrite   
      responseNeeded  
      offset          
      value           

  public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
    descriptor: (Landroid/bluetooth/BluetoothDevice;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int requestId
        start local 3 // boolean execute
         0: .line 127
            return
        end local 3 // boolean execute
        end local 2 // int requestId
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1     device  Landroid/bluetooth/BluetoothDevice;
            0    1     2  requestId  I
            0    1     3    execute  Z
    MethodParameters:
           Name  Flags
      device     
      requestId  
      execute    

  public void onNotificationSent(android.bluetooth.BluetoothDevice, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int status
         0: .line 141
            return
        end local 2 // int status
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1  device  Landroid/bluetooth/BluetoothDevice;
            0    1     2  status  I
    MethodParameters:
        Name  Flags
      device  
      status  

  public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int mtu
         0: .line 153
            return
        end local 2 // int mtu
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1  device  Landroid/bluetooth/BluetoothDevice;
            0    1     2     mtu  I
    MethodParameters:
        Name  Flags
      device  
      mtu     

  public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int txPhy
        start local 3 // int rxPhy
        start local 4 // int status
         0: .line 168
            return
        end local 4 // int status
        end local 3 // int rxPhy
        end local 2 // int txPhy
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1  device  Landroid/bluetooth/BluetoothDevice;
            0    1     2   txPhy  I
            0    1     3   rxPhy  I
            0    1     4  status  I
    MethodParameters:
        Name  Flags
      device  
      txPhy   
      rxPhy   
      status  

  public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int txPhy
        start local 3 // int rxPhy
        start local 4 // int status
         0: .line 182
            return
        end local 4 // int status
        end local 3 // int rxPhy
        end local 2 // int txPhy
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1  device  Landroid/bluetooth/BluetoothDevice;
            0    1     2   txPhy  I
            0    1     3   rxPhy  I
            0    1     4  status  I
    MethodParameters:
        Name  Flags
      device  
      txPhy   
      rxPhy   
      status  

  public void onConnectionUpdated(android.bluetooth.BluetoothDevice, int, int, int, int);
    descriptor: (Landroid/bluetooth/BluetoothDevice;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=6
        start local 0 // android.bluetooth.BluetoothGattServerCallback this
        start local 1 // android.bluetooth.BluetoothDevice device
        start local 2 // int interval
        start local 3 // int latency
        start local 4 // int timeout
        start local 5 // int status
         0: .line 200
            return
        end local 5 // int status
        end local 4 // int timeout
        end local 3 // int latency
        end local 2 // int interval
        end local 1 // android.bluetooth.BluetoothDevice device
        end local 0 // android.bluetooth.BluetoothGattServerCallback this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/bluetooth/BluetoothGattServerCallback;
            0    1     1    device  Landroid/bluetooth/BluetoothDevice;
            0    1     2  interval  I
            0    1     3   latency  I
            0    1     4   timeout  I
            0    1     5    status  I
    MethodParameters:
          Name  Flags
      device    
      interval  
      latency   
      timeout   
      status    
}
SourceFile: "BluetoothGattServerCallback.java"