Home
last modified time | relevance | path

Searched defs:formatType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java544 public Integer getIntValue(int formatType, int offset) { in getIntValue()
585 public Float getFloatValue(int formatType, int offset) { in getFloatValue()
652 public boolean setValue(int value, int formatType, int offset) { in setValue()
703 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue()
752 private int getTypeLen(int formatType) { in getTypeLen()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java408 public boolean setValue(int value, int formatType, int offset) { in setValue()