What is the function of each parameter in below function?
static uint8_t addrStr[3 * B_ADDR_LEN + 1];
util_arrtohex(linkInfo.addr, B_ADDR_LEN, addrStr, sizeof addrStr,
UTIL_ARRTOHEX_REVERSE);
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
What is the function of each parameter in below function?
static uint8_t addrStr[3 * B_ADDR_LEN + 1];
util_arrtohex(linkInfo.addr, B_ADDR_LEN, addrStr, sizeof addrStr,
UTIL_ARRTOHEX_REVERSE);