Package ej.bluetooth
Class BluetoothProperties
- java.lang.Object
-
- ej.bluetooth.BluetoothProperties
-
public class BluetoothProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteBROADCASTstatic byteEXTENDEDstatic byteINDICATEstatic byteNONEstatic byteNOTIFYstatic byteREADstatic byteWRITEstatic byteWRITE_NO_RESPONSEstatic byteWRITE_SIGNED
-
-
-
Field Detail
-
NONE
public static final byte NONE
- See Also:
- Constant Field Values
-
BROADCAST
public static final byte BROADCAST
- See Also:
- Constant Field Values
-
READ
public static final byte READ
- See Also:
- Constant Field Values
-
WRITE_NO_RESPONSE
public static final byte WRITE_NO_RESPONSE
- See Also:
- Constant Field Values
-
WRITE
public static final byte WRITE
- See Also:
- Constant Field Values
-
NOTIFY
public static final byte NOTIFY
- See Also:
- Constant Field Values
-
INDICATE
public static final byte INDICATE
- See Also:
- Constant Field Values
-
WRITE_SIGNED
public static final byte WRITE_SIGNED
- See Also:
- Constant Field Values
-
EXTENDED
public static final byte EXTENDED
- See Also:
- Constant Field Values
-
-