Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/include/coap/
Dpdu.h76 #define COAP_OPTION_OBSERVE 6 /* E, empty/uint, 0 B/0-3 B, (none) */ macro
77 #define COAP_OPTION_SUBSCRIPTION COAP_OPTION_OBSERVE
/net-tools-3.6.0/libcoap/src/
Ddebug.c297 { COAP_OPTION_OBSERVE, "Observe" }, in msg_option_string()
426 case COAP_OPTION_OBSERVE: in coap_show_pdu()
Dnet.c1432 observe = coap_check_option(node->pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request()
/net-tools-3.6.0/libcoap/examples/contiki/
Dserver.c112 coap_add_option(response, COAP_OPTION_OBSERVE, in hnd_get_time()
/net-tools-3.6.0/libcoap/examples/
Dcoap-server.c116 COAP_OPTION_OBSERVE, in hnd_get_time()
Dclient.c215 COAP_OPTION_OBSERVE, in clear_obs()