Home
last modified time | relevance | path

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

/external/ot-br-posix/src/utils/
Dhex.cpp45 int Hex2Bytes(const char *aHex, uint8_t *aBytes, uint16_t aBytesLength) in Hex2Bytes()
95 size_t Bytes2Hex(const uint8_t *aBytes, const uint16_t aBytesLength, char *aHex) in Bytes2Hex()