Searched refs:bytes_from_str (Results 1 – 3 of 3) sorted by relevance
29 int bytes_from_str(uint8_t *buf, int buf_len, const char *src);
21 int bytes_from_str(uint8_t *buf, int buf_len, const char *src) in bytes_from_str() function
193 if (bytes_from_str(xpanid.m8, 8, (char *)OT_XPANID) != 0) { in ot_setup_default_configuration()204 if (bytes_from_str(networkKey.m8, OT_NETWORK_KEY_SIZE, (char *)OT_NETWORKKEY) != in ot_setup_default_configuration()
Completed in 9 milliseconds