public class BluetoothCharacteristic extends BluetoothAttribute
| Constructor and Description |
|---|
BluetoothCharacteristic(BluetoothUuid uuid,
byte properties,
short handle,
BluetoothService service)
Not in API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescriptor(BluetoothDescriptor descriptor)
Not in API.
|
BluetoothDescriptor |
getDescriptor(int index) |
BluetoothDescriptor[] |
getDescriptors()
Not in API.
|
int |
getNumDescriptors() |
byte |
getProperties() |
BluetoothService |
getService() |
boolean |
useWriteWithoutResponse()
Not in API.
|
getHandle, getUuidpublic BluetoothCharacteristic(BluetoothUuid uuid, byte properties, short handle, BluetoothService service)
public void addDescriptor(BluetoothDescriptor descriptor)
public BluetoothDescriptor getDescriptor(int index)
public BluetoothDescriptor[] getDescriptors()
public int getNumDescriptors()
public byte getProperties()
public BluetoothService getService()
getService in class BluetoothAttributepublic boolean useWriteWithoutResponse()
useWriteWithoutResponse in class BluetoothAttribute