Package ej.bluetooth
Class BluetoothAttribute
- java.lang.Object
-
- ej.bluetooth.BluetoothAttribute
-
- Direct Known Subclasses:
BluetoothCharacteristic,BluetoothDescriptor
public abstract class BluetoothAttribute extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BluetoothAttribute(BluetoothUuid uuid, short handle)Not in API.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description shortgetHandle()Not in API.abstract BluetoothServicegetService()BluetoothUuidgetUuid()abstract booleanuseWriteWithoutResponse()Not in API.
-
-
-
Constructor Detail
-
BluetoothAttribute
public BluetoothAttribute(BluetoothUuid uuid, short handle)
Not in API.
-
-
Method Detail
-
getUuid
public BluetoothUuid getUuid()
-
getHandle
public short getHandle()
Not in API.
-
getService
public abstract BluetoothService getService()
-
useWriteWithoutResponse
public abstract boolean useWriteWithoutResponse()
Not in API.
-
-