Class BleUtils


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

      Fields 
      Modifier and Type Field Description
      static int FORMAT_FLOAT
      Characteristic value format type float (32-bit float)
      static int FORMAT_SFLOAT
      Characteristic value format type sfloat (16-bit float)
      static int FORMAT_SINT16
      Characteristic value format type sint16
      static int FORMAT_SINT32
      Characteristic value format type sint32
      static int FORMAT_SINT8
      Characteristic value format type sint8
      static int FORMAT_UINT16
      Characteristic value format type uint16
      static int FORMAT_UINT32
      Characteristic value format type uint32
      static int FORMAT_UINT8
      Characteristic value format type uint8
    • Constructor Summary

      Constructors 
      Constructor Description
      BleUtils()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FORMAT_UINT8

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

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

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

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

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

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

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

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

      • BleUtils

        public BleUtils()