Lines Matching full:opcode
35 * @brief Helper to determine the length of an opcode.
37 * @param _op Opcode.
44 * Returns the length of a Mesh model message buffer, including the opcode
47 * @param _op Opcode of the message.
56 * Returns the length of a Mesh model message buffer, including the opcode
59 * @param _op Opcode of the message.
69 * @param _op Opcode of the message.
161 * Clears the message buffer contents, and encodes the given opcode.
165 * @param opcode Opcode to encode.
167 void bt_mesh_model_msg_init(struct net_buf_simple *msg, uint32_t opcode);
174 uint32_t op; /**< Opcode we're waiting for. */
204 * This function clears the opcode, remote address and user data set
213 * This function sets the opcode, remote address of the incoming message and stores the user data.
217 * @param op The message OpCode.
226 /** @brief Check if the acknowledged message context is initialized with an opcode.
230 * @return true if the acknowledged message context is initialized with an opcode,
260 /** @brief Check if an opcode and address of a message matches the expected one.
263 * @param op OpCode of the incoming message.