Searched refs:byteArrayToInt (Results 1 – 5 of 5) sorted by relevance
88 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils89 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()98 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
812 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()834 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()843 mLocalIOCapability = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()848 mLocalIOCapabilityBLE = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
527 final int newClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()532 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()557 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
2271 Utils.byteArrayToInt(passkey)); in setPasskey()
177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt() method in ByteArrayConverter