Searched refs:toLEHex (Results 1 – 1 of 1) sorted by relevance
59 type.toLEHex() + // type69 nudState.toLEHex() + // NUD state100 private fun Short.toLEHex() = String.format("%04x", java.lang.Short.reverseBytes(this)) method