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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java520 return unsignedBytesToInt(mValue[offset], mValue[offset+1]);
523 return unsignedBytesToInt(mValue[offset], mValue[offset+1],
529 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
533 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
711 private int unsignedBytesToInt(byte b0, byte b1) { method in class:BluetoothGattCharacteristic
718 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { method in class:BluetoothGattCharacteristic

Completed in 103 milliseconds