Searched refs:byteArrayToInt (Results 1 – 4 of 4) sorted by relevance
72 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils73 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()82 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
457 mBluetoothClass = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()461 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()487 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
278 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()293 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
1258 Utils.byteArrayToInt(passkey)); in setPasskey()