Searched refs:getTypeLen (Results 1 – 2 of 2) sorted by relevance
526 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getIntValue()563 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getFloatValue()618 int len = offset + getTypeLen(formatType); in setValue()665 int len = offset + getTypeLen(formatType); in setValue()709 private int getTypeLen(int formatType) { in getTypeLen() method in BluetoothGattCharacteristic
10181 Landroid/bluetooth/BluetoothGattCharacteristic;->getTypeLen(I)I