Home
last modified time | relevance | path

Searched refs:hex (Results 1 - 1 of 1) sorted by relevance

/domains/advertising/oaid/services/oaid_manager/src/
H A Doaid_service.cpp35 char HexToChar(uint8_t hex) in HexToChar() argument
38 return (hex > MAX_SINGLE_DIGIT) ? (hex + 0x57) : (hex + 0x30); in HexToChar()

Completed in 2 milliseconds