Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java567 return bytesToFloat(mValue[offset], mValue[offset + 1]); in getFloatValue()
570 return bytesToFloat(mValue[offset], mValue[offset + 1], in getFloatValue()
738 private float bytesToFloat(byte b0, byte b1) { in bytesToFloat() method in BluetoothGattCharacteristic
748 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat() method in BluetoothGattCharacteristic
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10177 Landroid/bluetooth/BluetoothGattCharacteristic;->bytesToFloat(BB)F
10178 Landroid/bluetooth/BluetoothGattCharacteristic;->bytesToFloat(BBBB)F