Searched refs:byteArrayToInt (Results 1 – 4 of 4) sorted by relevance
85 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils86 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()95 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
491 mBluetoothClass = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()495 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()521 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
280 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()298 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
1989 Utils.byteArrayToInt(passkey)); in setPasskey()