Searched defs:bytesToHex (Results 1 – 2 of 2) sorted by relevance
162 public static String bytesToHex(byte[] bytes, Character separator) { in bytesToHex() method in BaseTestCase
513 public static String bytesToHex(byte[] bytes, int offset, int length) { in bytesToHex() method in SensorCtsHelper