Home
last modified time | relevance | path

Searched refs:hexStringToByteArray (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_hdlc/java/test/dev/pigweed/pw_hdlc/
DFrameTest.java38 hexStringToByteArray("0095032A070A0568656C6C6F080110101D52D0FB1425E90E478B3000DD5F709F"); in echo()
46 private static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in FrameTest
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAbstractAppleMetaDataBox.java127 appleDataBox.setData(hexStringToByteArray(value)); in setValue()
153 public static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in AbstractAppleMetaDataBox
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnectionFacade.java612 private static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in BluetoothConnectionFacade
663 addressBytes[i] = hexStringToByteArray(s)[0]; in bluetoothCreateLeBondOutOfBand()
674 OobData p256 = new OobData.LeBuilder(hexStringToByteArray(c), in bluetoothCreateLeBondOutOfBand()
676 .setRandomizerHash(hexStringToByteArray(r)) in bluetoothCreateLeBondOutOfBand()
DBluetoothLeScanFacade.java914 mScanFilterBuilder.setDeviceAddress(macAddress, addressType, hexStringToByteArray(irk)); in bleSetScanFilterDeviceAddressTypeAndIrkHexString()
917 private static byte[] hexStringToByteArray(String s) { in hexStringToByteArray() method in BluetoothLeScanFacade