Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java520 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 BluetoothGattCharacteristic
718 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() method in BluetoothGattCharacteristic