Home
last modified time | relevance | path

Searched refs:hexstr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp516 void Byte2HexString(const uint8_t* byte, uint8_t bytesLen, char* hexstr, uint8_t hexstrLen) in Byte2HexString() argument
518 if ((byte == nullptr) || (hexstr == nullptr)) { in Byte2HexString()
532 if (snprintf_s(hexstr + hexstrIndex, hexstrLen - hexstrIndex, hexstrLen - hexstrIndex - 1, in Byte2HexString()
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_common_util.h286 void Byte2HexString(const uint8_t* byte, uint8_t bytesLen, char* hexstr, uint8_t hexstrLen);