Class FacerServiceDefinition


  • public class FacerServiceDefinition
    extends java.lang.Object
    Provides the service definition of the Facer service.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ej.bluetooth.BluetoothUuid M2W_CHARACTERISTIC_UUID
      The UUID of the M2W characteristic.
      static ej.bluetooth.BluetoothUuid SERVICE_UUID
      The UUID of the Facer service.
      static ej.bluetooth.BluetoothUuid W2M_CHARACTERISTIC_UUID
      The UUID of the W2M characteristic.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ej.bluetooth.BluetoothServiceDefinition getServiceDefinition()
      Gets the definition of the Facer service.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Method Detail

      • getServiceDefinition

        public static ej.bluetooth.BluetoothServiceDefinition getServiceDefinition()
        Gets the definition of the Facer service.
        Returns:
        the definition of the Facer service.