Searched refs:unsignedBytesToInt (Results 1 – 1 of 1) sorted by relevance
512 return unsignedBytesToInt(mValue[offset], mValue[offset+1]); in getIntValue()515 return unsignedBytesToInt(mValue[offset], mValue[offset+1], in getIntValue()521 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()525 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()703 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() method in BluetoothGattCharacteristic710 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() method in BluetoothGattCharacteristic