Lines Matching +full:message +full:- +full:objects
3 * Copyright (c) 2018-2019 Foundries.io
5 * SPDX-License-Identifier: Apache-2.0
54 * 2. LWM2M_PRIO_CORE, this is where all LwM2M core objects are initialized
55 * 3. LWM2M_PRIO_OBJ, this is where all other than core objects are initialized
57 * For example create sensor objects, and register object callbacks.
98 * @param[in] msg lwm2m message to signal for which resource the write access should checked
123 /* Message buffer functions */
139 * @brief Deletes the object instance specified by msg->path. If the object instance id of the
143 * @param[in] msg lwm2m message with operation delete
189 * @brief Returns the index in the security objects list corresponding to the object instance
285 * socket file descriptor to client_ctx->sock_fd.
293 * @brief Closes the socket with the file descriptor given by client_ctx->sock_fd.
302 * @brief Removes the socket with the file descriptor given by client_ctx->sock_fd from the
311 * descriptor in ctx->sock_fd)
335 * @brief Closes the socket with file descriptor given by client_ctx->sock_fd.
353 * @param[in] client_ctx lwm2m context to be re-added to the lwm2m work loop
373 * This function wakes up ongoing poll() from the socket-loop.