Searched refs:notify_timer (Results 1 – 2 of 2) sorted by relevance
100 struct etimer notify_timer; /**< used to check resources periodically */ member
404 etimer_set(&c->notify_timer, COAP_RESOURCE_CHECK_TIME * COAP_TICKS_PER_SECOND); in coap_new_context()1680 if (etimer_expired(&the_coap_context.notify_timer)) {1682 etimer_reset(&the_coap_context.notify_timer);