7#ifndef ZEPHYR_NET_LWM2M_SEND_SCHEDULER_H_
8#define ZEPHYR_NET_LWM2M_SEND_SCHEDULER_H_
void lwm2m_send_sched_handle_registration_event(void)
Handle a registration or registration-update completion event.
bool lwm2m_send_sched_cache_filter(const struct lwm2m_obj_path *path, const struct lwm2m_time_series_elem *element)
Cache filter that enforces the configured scheduler rules.
int lwm2m_send_sched_init(void)
Register the send scheduler LwM2M objects and initialise state.
LwM2M object path structure.
Definition lwm2m.h:101
LwM2M Time series data structure.
Definition lwm2m.h:331