Searched refs:observe (Results 1 – 7 of 7) sorted by relevance
113 coap_encode_var_bytes(buf, ctx->observe), buf); in hnd_get_time()
1427 coap_opt_t *observe = NULL; in handle_request() local1432 observe = coap_check_option(node->pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request()1433 if (observe) { in handle_request()1435 coap_decode_var_bytes(coap_opt_value(observe), in handle_request()1436 coap_opt_length(observe)); in handle_request()1455 if (observe && ((COAP_RESPONSE_CLASS(response->hdr->code) > 2) in handle_request()
682 context->observe++;
120 unsigned int observe; member
55 method for cancelling observe relationships.60 notifications (see Section 4.6 of draft-ietf-core-observe-12)
221 coap-observe-client224 You can test the coap-observe-client that is running in qemu
117 coap_encode_var_bytes(buf, ctx->observe), buf); in hnd_get_time()