Package com.microej.facer.sync.bluetooth
Class FacerServiceDefinition
- java.lang.Object
-
- com.microej.facer.sync.bluetooth.FacerServiceDefinition
-
public class FacerServiceDefinition extends java.lang.ObjectProvides the service definition of the Facer service.
-
-
Field Summary
Fields Modifier and Type Field Description static ej.bluetooth.BluetoothUuidM2W_CHARACTERISTIC_UUIDThe UUID of the M2W characteristic.static ej.bluetooth.BluetoothUuidSERVICE_UUIDThe UUID of the Facer service.static ej.bluetooth.BluetoothUuidW2M_CHARACTERISTIC_UUIDThe UUID of the W2M characteristic.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ej.bluetooth.BluetoothServiceDefinitiongetServiceDefinition()Gets the definition of the Facer service.
-
-
-
Field Detail
-
SERVICE_UUID
public static final ej.bluetooth.BluetoothUuid SERVICE_UUID
The UUID of the Facer service.
-
M2W_CHARACTERISTIC_UUID
public static final ej.bluetooth.BluetoothUuid M2W_CHARACTERISTIC_UUID
The UUID of the M2W characteristic.
-
W2M_CHARACTERISTIC_UUID
public static final ej.bluetooth.BluetoothUuid W2M_CHARACTERISTIC_UUID
The UUID of the W2M characteristic.
-
-