nRF Connect SDK API 2.8.99
|
|
inlinestatic |
#include <include/zigbee/zigbee_app_utils.h>
Function for parsing a null-terminated string of hex characters into a 64-bit address.
The function will skip 0x suffix from input if present.
input | Pointer to the input string representing the address in big endian. |
addr | Variable where the address will be placed. |
true | if the conversion succeed |
false | if the conversion failed |