Home
last modified time | relevance | path

Searched refs:coap_resource_set_get_observable (Results 1 – 12 of 12) sorted by relevance

/third_party/libcoap/include/coap3/
Dsubscribe.h51 void coap_resource_set_get_observable(coap_resource_t *resource, int mode);
/third_party/libcoap/man/
Dcoap_observe.txt.in14 coap_resource_set_get_observable,
23 *void coap_resource_set_get_observable(coap_resource_t *_resource_,
81 The *coap_resource_set_get_observable*() function enables or disables the
122 The *coap_resource_set_get_observable*() function return 0 on failure, 1 on
233 coap_resource_set_get_observable(r, 1);
Dcoap_attribute.txt.in116 coap_resource_set_get_observable(r, 1);
Dcoap_resource.txt.in287 coap_resource_set_get_observable(r, 1);
445 coap_resource_set_get_observable(r, 1);
Dcoap_block.txt.in388 coap_resource_set_get_observable(r, 1);
/third_party/libcoap/examples/lwip/
Dserver-coap.c86 coap_resource_set_get_observable(r, 1); in init_coap_resources()
/third_party/libcoap/
Dlibcoap-3.sym167 coap_resource_set_get_observable
Dlibcoap-3.map169 coap_resource_set_get_observable;
/third_party/libcoap/examples/contiki/
Dserver.c155 coap_resource_set_get_observable(r, 1); in init_coap_resources()
/third_party/libcoap/tests/
Dtest_wellknown.c93 coap_resource_set_get_observable(r, 1); in t_wellknown2()
/third_party/libcoap/examples/
Dcoap-server.c1568 coap_resource_set_get_observable(r, 1); in hnd_unknown_put()
1758 coap_resource_set_get_observable(r, 1); in init_resources()
1785 coap_resource_set_get_observable(r, 1); in init_resources()
/third_party/libcoap/src/
Dresource.c1050 coap_resource_set_get_observable(coap_resource_t *resource, int mode) { function