Home
last modified time | relevance | path

Searched refs:COAP_RESOURCE_FLAGS_NOTIFY_CON (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_resource.h60 #define COAP_RESOURCE_FLAGS_NOTIFY_CON 0x2 macro
163 * If flags does not have COAP_RESOURCE_FLAGS_NOTIFY_CON
304 * or @c COAP_RESOURCE_FLAGS_NOTIFY_CON.
/third_party/libcoap/src/
H A Dcoap_resource.c1011 ((r->flags & COAP_RESOURCE_FLAGS_NOTIFY_CON) ||
1057 (r->flags & COAP_RESOURCE_FLAGS_NOTIFY_CON) == 0 &&
1205 ~(COAP_RESOURCE_FLAGS_NOTIFY_CON|COAP_RESOURCE_FLAGS_NOTIFY_NON)) |
1206 (mode & (COAP_RESOURCE_FLAGS_NOTIFY_CON|COAP_RESOURCE_FLAGS_NOTIFY_NON));
/third_party/libcoap/examples/
H A Doscore-interop-server.c72 static int resource_flags = COAP_RESOURCE_FLAGS_NOTIFY_CON;
H A Dcoap-server.c89 static int resource_flags = COAP_RESOURCE_FLAGS_NOTIFY_CON;

Completed in 9 milliseconds