Searched defs:lwm2m_obj_path (Results 1 – 1 of 1) sorted by relevance
100 struct lwm2m_obj_path { struct101 uint16_t obj_id; /**< Object ID */102 uint16_t obj_inst_id; /**< Object instance ID */103 uint16_t res_id; /**< Resource ID */104 uint16_t res_inst_id; /**< Resource instance ID */128 typedef void (*lwm2m_observe_cb_t)(enum lwm2m_observe_event event, struct lwm2m_obj_path *path, argument