Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h134 coap_tick_t last_obs; /**< Last time used (Observe tracking) or 0 */ member
/third_party/libcoap/src/
Dcoap_resource.c1021 obs->session->lg_xmit->last_obs &&
1022 (obs->session->lg_xmit->last_obs + 2*COAP_TICKS_PER_SECOND) > now) {
Dcoap_block.c811 coap_ticks(&lg_xmit->last_obs); in coap_add_data_large_internal()
2287 coap_ticks(&p->last_obs); in coap_handle_request_send_block()