Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/
Dlwm2m_observation.c498 struct lwm2m_obj_path_list *obs_path, *comp_path; in engine_compare_obs_path_list() local
504 comp_path = (struct lwm2m_obj_path_list *)comp_ptr; in engine_compare_obs_path_list()
505 if (memcmp(&obs_path->path, &comp_path->path, sizeof(struct lwm2m_obj_path))) { in engine_compare_obs_path_list()