Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/utils/
H A 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()
112 std::string Bytes2Hex(const uint8_t *aBytes, const uint16_t aBytesLength) in Bytes2Hex()