Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.h42 int coap_options_to_path(struct coap_option *opt, int options_count,
Dlwm2m_message_handling.c491 int coap_options_to_path(struct coap_option *opt, int options_count, in coap_options_to_path() argument
497 path->level = options_count; in coap_options_to_path()
499 for (int i = 0; i < options_count; i++) { in coap_options_to_path()
507 return options_count == path->level ? 0 : -EINVAL; in coap_options_to_path()