Home
last modified time | relevance | path

Searched defs:lwm2m_obj_path (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dlwm2m.h100 struct lwm2m_obj_path { struct
101 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