FileDocCategorySizeDatePackage
BluetoothGattCallback.javaAPI DocAndroid 5.1 API1705Sat Mar 14 14:09:40 GMT 2015android.bluetooth

BluetoothGattCallback

public abstract class BluetoothGattCallback extends Object

Fields Summary
Constructors Summary
public BluetoothGattCallback()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidonCharacteristicChanged(android.bluetooth.BluetoothGatt gatt, android.bluetooth.BluetoothGattCharacteristic characteristic)

 throw new RuntimeException("Stub!"); 
public voidonCharacteristicRead(android.bluetooth.BluetoothGatt gatt, android.bluetooth.BluetoothGattCharacteristic characteristic, int status)

 throw new RuntimeException("Stub!"); 
public voidonCharacteristicWrite(android.bluetooth.BluetoothGatt gatt, android.bluetooth.BluetoothGattCharacteristic characteristic, int status)

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

 throw new RuntimeException("Stub!"); 
public voidonDescriptorRead(android.bluetooth.BluetoothGatt gatt, android.bluetooth.BluetoothGattDescriptor descriptor, int status)

 throw new RuntimeException("Stub!"); 
public voidonDescriptorWrite(android.bluetooth.BluetoothGatt gatt, android.bluetooth.BluetoothGattDescriptor descriptor, int status)

 throw new RuntimeException("Stub!"); 
public voidonMtuChanged(android.bluetooth.BluetoothGatt gatt, int mtu, int status)

 throw new RuntimeException("Stub!"); 
public voidonReadRemoteRssi(android.bluetooth.BluetoothGatt gatt, int rssi, int status)

 throw new RuntimeException("Stub!"); 
public voidonReliableWriteCompleted(android.bluetooth.BluetoothGatt gatt, int status)

 throw new RuntimeException("Stub!"); 
public voidonServicesDiscovered(android.bluetooth.BluetoothGatt gatt, int status)

 throw new RuntimeException("Stub!");