Searched refs:unsignedBytesToInt (Results 1 – 1 of 1) sorted by relevance
520 return unsignedBytesToInt(mValue[offset], mValue[offset+1]); in getIntValue()523 return unsignedBytesToInt(mValue[offset], mValue[offset+1], in getIntValue()529 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()533 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()711 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() method in BluetoothGattCharacteristic718 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() method in BluetoothGattCharacteristic