Home
last modified time | relevance | path

Searched refs:attr_len (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c144 uint16_t attr_len = strlen(*attr); in match_attributes() local
146 if (query->len != attr_len) { in match_attributes()
150 if (!strncmp((char *) query->value, *attr, attr_len)) { in match_attributes()
337 int attr_len; in format_attributes() local
350 attr_len = strlen(*attr); in format_attributes()
352 res = append_to_coap_pkt(response, *attr, attr_len, in format_attributes()