FileDocCategorySizeDatePackage
BluetoothGattDescriptor.javaAPI DocAndroid 5.1 API1208Sat Mar 14 14:09:38 GMT 2015android.bluetooth

BluetoothGattDescriptor

public class BluetoothGattDescriptor extends Object

Fields Summary
public static final byte[]
DISABLE_NOTIFICATION_VALUE
public static final byte[]
ENABLE_INDICATION_VALUE
public static final byte[]
ENABLE_NOTIFICATION_VALUE
public static final int
PERMISSION_READ
public static final int
PERMISSION_READ_ENCRYPTED
public static final int
PERMISSION_READ_ENCRYPTED_MITM
public static final int
PERMISSION_WRITE
public static final int
PERMISSION_WRITE_ENCRYPTED
public static final int
PERMISSION_WRITE_ENCRYPTED_MITM
public static final int
PERMISSION_WRITE_SIGNED
public static final int
PERMISSION_WRITE_SIGNED_MITM
Constructors Summary
public BluetoothGattDescriptor(UUID uuid, int permissions)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.bluetooth.BluetoothGattCharacteristicgetCharacteristic()

 throw new RuntimeException("Stub!"); 
public intgetPermissions()

 throw new RuntimeException("Stub!"); 
public java.util.UUIDgetUuid()

 throw new RuntimeException("Stub!"); 
public byte[]getValue()

 throw new RuntimeException("Stub!"); 
public booleansetValue(byte[] value)

 throw new RuntimeException("Stub!");