Searched refs:unsignedBytesToInt (Results 1 – 2 of 2) sorted by relevance
535 return unsignedBytesToInt(mValue[offset], mValue[offset + 1]); in getIntValue()538 return unsignedBytesToInt(mValue[offset], mValue[offset + 1], in getIntValue()544 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()548 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()725 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() method in BluetoothGattCharacteristic732 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() method in BluetoothGattCharacteristic
10200 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BB)I10201 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BBBB)I