File
Doc
Category
Size
Date
Package
BluetoothGattCharacteristic.java
API Doc
Android 5.1 API
3293
Sat Mar 14 14:09:42 GMT 2015
android.bluetooth
BluetoothGattCharacteristic
java.lang.Object
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
boolean
addDescriptor
(
android.bluetooth.BluetoothGattDescriptor
descriptor)
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothGattDescriptor
getDescriptor
(
java.util.UUID
uuid)
throw new RuntimeException("Stub!");
public
java.util.List
getDescriptors
()
throw new RuntimeException("Stub!");
public
java.lang.Float
getFloatValue
(
int
formatType,
int
offset)
throw new RuntimeException("Stub!");
public
int
getInstanceId
()
throw new RuntimeException("Stub!");
public
java.lang.Integer
getIntValue
(
int
formatType,
int
offset)
throw new RuntimeException("Stub!");
public
int
getPermissions
()
throw new RuntimeException("Stub!");
public
int
getProperties
()
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothGattService
getService
()
throw new RuntimeException("Stub!");
public
java.lang.String
getStringValue
(
int
offset)
throw new RuntimeException("Stub!");
public
java.util.UUID
getUuid
()
throw new RuntimeException("Stub!");
public
byte
[]
getValue
()
throw new RuntimeException("Stub!");
public
int
getWriteType
()
throw new RuntimeException("Stub!");
public
boolean
setValue
(
byte[]
value)
throw new RuntimeException("Stub!");
public
boolean
setValue
(
int
value,
int
formatType,
int
offset)
throw new RuntimeException("Stub!");
public
boolean
setValue
(
int
mantissa,
int
exponent,
int
formatType,
int
offset)
throw new RuntimeException("Stub!");
public
boolean
setValue
(
java.lang.String
value)
throw new RuntimeException("Stub!");
public void
setWriteType
(
int
writeType)
throw new RuntimeException("Stub!");
Java Code Source