Searched refs:getTypeLen (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java513 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
551 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
606 int len = offset + getTypeLen(formatType);
653 int len = offset + getTypeLen(formatType);
697 private int getTypeLen(int formatType) { method in class:BluetoothGattCharacteristic

Completed in 24 milliseconds