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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java432 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
470 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
525 int len = offset + getTypeLen(formatType);
572 int len = offset + getTypeLen(formatType);
616 private int getTypeLen(int formatType) { method in class:BluetoothGattCharacteristic

Completed in 52 milliseconds