FileDocCategorySizeDatePackage
BluetoothGattCharacteristic.javaAPI DocAndroid 5.1 API3293Sat Mar 14 14:09:42 GMT 2015android.bluetooth

BluetoothGattCharacteristic

public class BluetoothGattCharacteristic extends Object

Fields Summary
public static final int
FORMAT_FLOAT
public static final int
FORMAT_SFLOAT
public static final int
FORMAT_SINT16
public static final int
FORMAT_SINT32
public static final int
FORMAT_SINT8
public static final int
FORMAT_UINT16
public static final int
FORMAT_UINT32
public static final int
FORMAT_UINT8
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
public static final int
PROPERTY_BROADCAST
public static final int
PROPERTY_EXTENDED_PROPS
public static final int
PROPERTY_INDICATE
public static final int
PROPERTY_NOTIFY
public static final int
PROPERTY_READ
public static final int
PROPERTY_SIGNED_WRITE
public static final int
PROPERTY_WRITE
public static final int
PROPERTY_WRITE_NO_RESPONSE
public static final int
WRITE_TYPE_DEFAULT
public static final int
WRITE_TYPE_NO_RESPONSE
public static final int
WRITE_TYPE_SIGNED
protected List
mDescriptors
Constructors Summary
public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanaddDescriptor(android.bluetooth.BluetoothGattDescriptor descriptor)

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothGattDescriptorgetDescriptor(java.util.UUID uuid)

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

 throw new RuntimeException("Stub!"); 
public java.lang.FloatgetFloatValue(int formatType, int offset)

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

 throw new RuntimeException("Stub!"); 
public java.lang.IntegergetIntValue(int formatType, int offset)

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

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

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothGattServicegetService()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetStringValue(int offset)

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

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

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

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

 throw new RuntimeException("Stub!"); 
public booleansetValue(int value, int formatType, int offset)

 throw new RuntimeException("Stub!"); 
public booleansetValue(int mantissa, int exponent, int formatType, int offset)

 throw new RuntimeException("Stub!"); 
public booleansetValue(java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidsetWriteType(int writeType)

 throw new RuntimeException("Stub!");