Lines Matching full:observer
237 struct coap_observer *observer);
816 * @param observer Observer to be initialized
817 * @param request Request on which the observer will be based
820 void coap_observer_init(struct coap_observer *observer,
825 * @brief After the observer is initialized, associate the observer
828 * @param resource Resource to add an observer
829 * @param observer Observer to be added
831 * @return true if this is the first observer added to this resource.
834 struct coap_observer *observer);
837 * @brief Remove this observer from the list of registered observers
840 * @param resource Resource in which to remove the observer
841 * @param observer Observer to be removed
844 struct coap_observer *observer);
847 * @brief Returns the observer that matches address @a addr.
853 * @return A pointer to a observer if a match is found, NULL
861 * @brief Returns the next available observer representation.
866 * @return A pointer to a observer if there's an available observer,
1019 * notify callback should be called for every registered observer.