FileDocCategorySizeDatePackage
BluetoothGattServerCallback.javaAPI DocAndroid 5.1 API1775Sat Mar 14 14:09:42 GMT 2015android.bluetooth

BluetoothGattServerCallback

public abstract class BluetoothGattServerCallback extends Object

Fields Summary
Constructors Summary
public BluetoothGattServerCallback()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidonCharacteristicReadRequest(android.bluetooth.BluetoothDevice device, int requestId, int offset, android.bluetooth.BluetoothGattCharacteristic characteristic)

 throw new RuntimeException("Stub!"); 
public voidonCharacteristicWriteRequest(android.bluetooth.BluetoothDevice device, int requestId, android.bluetooth.BluetoothGattCharacteristic characteristic, boolean preparedWrite, boolean responseNeeded, int offset, byte[] value)

 throw new RuntimeException("Stub!"); 
public voidonConnectionStateChange(android.bluetooth.BluetoothDevice device, int status, int newState)

 throw new RuntimeException("Stub!"); 
public voidonDescriptorReadRequest(android.bluetooth.BluetoothDevice device, int requestId, int offset, android.bluetooth.BluetoothGattDescriptor descriptor)

 throw new RuntimeException("Stub!"); 
public voidonDescriptorWriteRequest(android.bluetooth.BluetoothDevice device, int requestId, android.bluetooth.BluetoothGattDescriptor descriptor, boolean preparedWrite, boolean responseNeeded, int offset, byte[] value)

 throw new RuntimeException("Stub!"); 
public voidonExecuteWrite(android.bluetooth.BluetoothDevice device, int requestId, boolean execute)

 throw new RuntimeException("Stub!"); 
public voidonMtuChanged(android.bluetooth.BluetoothDevice device, int mtu)

 throw new RuntimeException("Stub!"); 
public voidonNotificationSent(android.bluetooth.BluetoothDevice device, int status)

 throw new RuntimeException("Stub!"); 
public voidonServiceAdded(int status, android.bluetooth.BluetoothGattService service)

 throw new RuntimeException("Stub!");