Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h150 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member
181 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member
/third_party/libcoap/src/
Dcoap_block.c420 if (lg_crcv->observe_set) { in coap_cancel_observe()
443 lg_crcv->observe_set = 0; in coap_cancel_observe()
1354 if (!p->observe_set && p->last_used && in coap_block_check_lg_crcv_timeouts()
1362 } else if (!p->observe_set && p->last_used) { in coap_block_check_lg_crcv_timeouts()
2691 p->observe_set = 1; in coap_handle_request_put_block()
2817 if (p->observe_set) { in coap_handle_request_put_block()
3525 p->observe_set = 1; in coap_handle_response_get_block()
3527 p->observe_set = 0; in coap_handle_response_get_block()
3656 if (p->observe_set) { in coap_handle_response_get_block()
3694 if (p->observe_set == 0) { in coap_handle_response_get_block()
[all …]
Dcoap_session.c604 if (lg_crcv->observe_set && session->no_observe_cancel == 0) { in coap_session_mfree()
Dcoap_net.c1329 lg_crcv->observe_set = 0; in coap_send()