Searched refs:hexStringToByteArray (Results 1 – 4 of 4) sorted by relevance
38 hexStringToByteArray("0095032A070A0568656C6C6F080110101D52D0FB1425E90E478B3000DD5F709F"); in echo()46 private static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in FrameTest
127 appleDataBox.setData(hexStringToByteArray(value)); in setValue()153 public static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in AbstractAppleMetaDataBox
612 private static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in BluetoothConnectionFacade663 addressBytes[i] = hexStringToByteArray(s)[0]; in bluetoothCreateLeBondOutOfBand()674 OobData p256 = new OobData.LeBuilder(hexStringToByteArray(c), in bluetoothCreateLeBondOutOfBand()676 .setRandomizerHash(hexStringToByteArray(r)) in bluetoothCreateLeBondOutOfBand()
914 mScanFilterBuilder.setDeviceAddress(macAddress, addressType, hexStringToByteArray(irk)); in bleSetScanFilterDeviceAddressTypeAndIrkHexString()917 private static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in BluetoothLeScanFacade