Package ej.bluetooth
Class BluetoothDescriptor
- java.lang.Object
-
- ej.bluetooth.BluetoothAttribute
-
- ej.bluetooth.BluetoothDescriptor
-
public class BluetoothDescriptor extends BluetoothAttribute
-
-
Constructor Summary
Constructors Constructor Description BluetoothDescriptor(BluetoothUuid uuid, short handle, BluetoothCharacteristic characteristic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BluetoothCharacteristicgetCharacteristic()BluetoothServicegetService()booleanuseWriteWithoutResponse()Not in API.-
Methods inherited from class ej.bluetooth.BluetoothAttribute
getHandle, getUuid
-
-
-
-
Constructor Detail
-
BluetoothDescriptor
public BluetoothDescriptor(BluetoothUuid uuid, short handle, BluetoothCharacteristic characteristic)
-
-
Method Detail
-
getCharacteristic
public BluetoothCharacteristic getCharacteristic()
-
getService
public BluetoothService getService()
- Specified by:
getServicein classBluetoothAttribute
-
useWriteWithoutResponse
public boolean useWriteWithoutResponse()
Not in API.- Specified by:
useWriteWithoutResponsein classBluetoothAttribute
-
-