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