Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c877 static int lwm2m_update_or_allocate_attribute(void *ref, uint8_t type, void *data) in lwm2m_update_or_allocate_attribute() function
1064 return lwm2m_update_or_allocate_attribute(ref, LWM2M_ATTR_PMIN, &period_s); in lwm2m_update_observer_min_period()
1103 ret = lwm2m_update_or_allocate_attribute(ref, LWM2M_ATTR_PMAX, &period_s); in lwm2m_update_observer_max_period()