Lines Matching refs:observe
69 coap_opt_t *observe;
127 observe = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter);
128 if (observe == NULL)
130 observe_action = coap_decode_var_bytes(coap_opt_value(observe),
131 coap_opt_length(observe));
166 * Need to track the association used for tracking this observe, done as
303 * read in active observe entry.
368 * write out active observe entry.
440 coap_log_debug("persist: New session/observe being created\n");
485 * client has registered a new observe subscription request.
518 /* Go through and delete observe entry if it exists */
568 * client has de-registered a observe subscription request.
600 /* Go through and locate observe entry to delete and not copy it across */
681 coap_log_debug("persist: Initial observe number being updated\n");
689 * Called when the observe value of a resource has been changed, but limited