Searched refs:byteArrayToInt (Results 1 – 6 of 6) sorted by relevance
177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt() method in ByteArrayConverter
213 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils214 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()223 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
981 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()1004 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()1018 mLocalIOCapability = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
900 final int newBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()949 deviceProperties.setDeviceType(Utils.byteArrayToInt(val)); in devicePropertyChangedCallback()
3198 Utils.byteArrayToInt(passkey)); in setPasskey()
786 audioSyncState.add((long) Utils.byteArrayToInt(audioSyncIndex)); in parseBroadcastReceiverState()