java.lang.Object
com.gluonhq.attach.ble.parser.BleUtils
https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/bluetooth/BluetoothGattCharacteristic.java
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Characteristic value format type float (32-bit float)static final int
Characteristic value format type sfloat (16-bit float)static final int
Characteristic value format type sint16static final int
Characteristic value format type sint32static final int
Characteristic value format type sint8static final int
Characteristic value format type uint16static final int
Characteristic value format type uint32static final int
Characteristic value format type uint8 -
Constructor Summary
-
Method Summary
-
Field Details
-
FORMAT_UINT8
public static final int FORMAT_UINT8Characteristic value format type uint8- See Also:
-
FORMAT_UINT16
public static final int FORMAT_UINT16Characteristic value format type uint16- See Also:
-
FORMAT_UINT32
public static final int FORMAT_UINT32Characteristic value format type uint32- See Also:
-
FORMAT_SINT8
public static final int FORMAT_SINT8Characteristic value format type sint8- See Also:
-
FORMAT_SINT16
public static final int FORMAT_SINT16Characteristic value format type sint16- See Also:
-
FORMAT_SINT32
public static final int FORMAT_SINT32Characteristic value format type sint32- See Also:
-
FORMAT_SFLOAT
public static final int FORMAT_SFLOATCharacteristic value format type sfloat (16-bit float)- See Also:
-
FORMAT_FLOAT
public static final int FORMAT_FLOATCharacteristic value format type float (32-bit float)- See Also:
-
-
Constructor Details
-
BleUtils
public BleUtils()
-