Searched defs:bytesToFloat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java555 return bytesToFloat(mValue[offset], mValue[offset+1]);
558 return bytesToFloat(mValue[offset], mValue[offset+1],
726 private float bytesToFloat(byte b0, byte b1) { method in class:BluetoothGattCharacteristic
736 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { method in class:BluetoothGattCharacteristic

Completed in 68 milliseconds