Class BleUtils

java.lang.Object
com.gluonhq.attach.ble.parser.BleUtils

public class BleUtils extends Object
https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/bluetooth/BluetoothGattCharacteristic.java
  • Field Details

    • FORMAT_UINT8

      public static final int FORMAT_UINT8
      Characteristic value format type uint8
      See Also:
    • FORMAT_UINT16

      public static final int FORMAT_UINT16
      Characteristic value format type uint16
      See Also:
    • FORMAT_UINT32

      public static final int FORMAT_UINT32
      Characteristic value format type uint32
      See Also:
    • FORMAT_SINT8

      public static final int FORMAT_SINT8
      Characteristic value format type sint8
      See Also:
    • FORMAT_SINT16

      public static final int FORMAT_SINT16
      Characteristic value format type sint16
      See Also:
    • FORMAT_SINT32

      public static final int FORMAT_SINT32
      Characteristic value format type sint32
      See Also:
    • FORMAT_SFLOAT

      public static final int FORMAT_SFLOAT
      Characteristic value format type sfloat (16-bit float)
      See Also:
    • FORMAT_FLOAT

      public static final int FORMAT_FLOAT
      Characteristic value format type float (32-bit float)
      See Also:
  • Constructor Details

    • BleUtils

      public BleUtils()