Searched refs:byteArrayToInt (Results 1 – 5 of 5) sorted by relevance
833 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()855 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()864 mLocalIOCapability = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()869 mLocalIOCapabilityBLE = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
538 final int newClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()543 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()568 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
1712 Utils.byteArrayToInt(passkey)); in setPasskey()
120 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils121 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()130 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt() method in ByteArrayConverter