Searched refs:COAP_RESOURCE_FLAGS_NOTIFY_CON (Results 1 – 3 of 3) sorted by relevance
62 #define COAP_RESOURCE_FLAGS_NOTIFY_CON 0x2 macro120 r->flags = (r->flags & !COAP_RESOURCE_FLAGS_NOTIFY_CON) | mode; in coap_resource_set_mode()
302 r = coap_resource_init((unsigned char *)"time", 4, COAP_RESOURCE_FLAGS_NOTIFY_CON); in init_resources()
650 if ((r->flags & COAP_RESOURCE_FLAGS_NOTIFY_CON) == 0