nRF Connect SDK API 2.8.99
|
int ieee_addr_to_str | ( | char * | str_buf, |
uint16_t | buf_len, | ||
const zb_ieee_addr_t | in ) |
#include <include/zigbee/zigbee_app_utils.h>
Function for converting 64-bit address to hex string.
[out] | str_buf | Pointer to output buffer. |
[in] | buf_len | Length of the buffer pointed by str_buf. |
[in] | in | Zigbee IEEE address to be converted to string. |