nRF Connect SDK API 2.8.99
|
int to_hex_str | ( | char * | out, |
uint16_t | out_size, | ||
const uint8_t * | in, | ||
uint8_t | in_size, | ||
bool | reverse ) |
#include <include/zigbee/zigbee_app_utils.h>
Function for converting an input buffer to a hex string.
[out] | out | Pointer to the output buffer. |
[in] | out_size | Size of the output buffer. |
[in] | in | Pointer to the input buffer. |
[in] | in_size | Size of the input buffer. |
[in] | reverse | If true, data output happens in the reverse order. |