nRF Connect SDK API 2.8.99
|
|
inlinestatic |
#include <include/zigbee/zigbee_app_utils.h>
Parse a hex string to uint8_t.
The function verifies if input is valid, i.e., if all input characters are valid hex digits. If an invalid character is found then function fails.
s | Pointer to input string. |
value | Pointer to output value. |
true | if the conversion succeed |
false | if the conversion failed |