Home
last modified time | relevance | path

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

/external/ot-br-posix/src/utils/
Dhex.cpp45 int Hex2Bytes(const char *aHex, uint8_t *aBytes, uint16_t aBytesLength) in Hex2Bytes() argument
53 if ((hexLength + 1) / 2 > aBytesLength) in Hex2Bytes()
95 size_t Bytes2Hex(const uint8_t *aBytes, const uint16_t aBytesLength, char *aHex) in Bytes2Hex() argument
100 uint8_t cur[aBytesLength]; in Bytes2Hex()
102 memcpy(cur, aBytes, aBytesLength); in Bytes2Hex()
104 for (int i = 0; i < aBytesLength; i++) in Bytes2Hex()
Dhex.hpp46 int Hex2Bytes(const char *aHex, uint8_t *aBytes, uint16_t aBytesLength);
48 size_t Bytes2Hex(const uint8_t *aBytes, const uint16_t aBytesLength, char *aHex);