Lines Matching full:coap
2 * @brief CoAP client API
4 * An API for applications to do CoAP requests
16 * @brief CoAP client API
17 * @defgroup coap_client CoAP client API
24 #include <zephyr/net/coap.h>
27 /** Maximum size of a CoAP message */
33 * @brief Callback for CoAP request.
35 * This callback is called for responses to CoAP client requests.
53 * @brief Representation of a CoAP client request.
57 bool confirmable; /**< CoAP Confirmable/Non-confirmable message */
69 * @brief Representation of extra options for the CoAP client request
121 * @brief Initialize the CoAP client.
132 * @brief Send CoAP request
143 * @param req CoAP request structure
164 * This function cancels all CoAP client request that matches the given request.
171 * @param client Pointer to the CoAP client instance.
172 * @param req Pointer to the CoAP client request to be canceled.
185 * @return CoAP client initial Block2 option structure