nRF Connect SDK API 2.8.99
|
int slm_util_htoa | ( | const uint8_t * | hex, |
uint16_t | hex_len, | ||
char * | ascii, | ||
uint16_t | ascii_len ) |
Encode hex array to hexdecimal string (ASCII text)
[in] | hex | Hex arrary to be encoded |
[in] | hex_len | Length of hex array |
[out] | ascii | encoded hexdecimal string |
[in] | ascii_len | reserved buffer size |