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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java439 return unsignedBytesToInt(mValue[offset], mValue[offset+1]);
442 return unsignedBytesToInt(mValue[offset], mValue[offset+1],
448 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
452 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
630 private int unsignedBytesToInt(byte b0, byte b1) { method in class:BluetoothGattCharacteristic
637 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { method in class:BluetoothGattCharacteristic

Completed in 48 milliseconds