Searched refs:hexstr (Results 1 – 2 of 2) sorted by relevance
516 void Byte2HexString(const uint8_t* byte, uint8_t bytesLen, char* hexstr, uint8_t hexstrLen) in Byte2HexString() argument518 if ((byte == nullptr) || (hexstr == nullptr)) { in Byte2HexString()532 if (snprintf_s(hexstr + hexstrIndex, hexstrLen - hexstrIndex, hexstrLen - hexstrIndex - 1, in Byte2HexString()
286 void Byte2HexString(const uint8_t* byte, uint8_t bytesLen, char* hexstr, uint8_t hexstrLen);