Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_resource.h54 #define COAP_RESOURCE_FLAGS_NOTIFY_NON 0x0 macro
164 * set, then COAP_RESOURCE_FLAGS_NOTIFY_NON is assumed and
303 * @param mode Must be one of @c COAP_RESOURCE_FLAGS_NOTIFY_NON
/third_party/libcoap/src/
H A Dcoap_resource.c1205 ~(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.c630 resource_flags = COAP_RESOURCE_FLAGS_NOTIFY_NON; in main()
H A Dcoap-server.c2823 resource_flags = COAP_RESOURCE_FLAGS_NOTIFY_NON; in main()

Completed in 8 milliseconds