Lines Matching full:context
9 * Sends a model message with the given context. If the message context is NULL, this
13 * @param ctx Message context, or NULL to send with the configured publish parameters.
17 * @retval -ENOTSUP A message context was not provided and publishing is not supported.
18 * @retval -EADDRNOTAVAIL A message context was not provided and publishing is not configured.
25 * Message response context.
28 struct bt_mesh_msg_ack_ctx *ack; /**< Acknowledged message context. */
36 * Sends a model message with the given context. If the message context is NULL, this
39 * If a response context is provided, the call blocks for the time specified in
40 * the response context, or until @ref bt_mesh_msg_ack_ctx_rx is called.
43 * @param ctx Message context, or NULL to send with the configured publish parameters.
45 * @param rsp Message response context, or NULL if no response is expected.
49 * @retval -ENOTSUP A message context was not provided and publishing is not supported.
50 * @retval -EADDRNOTAVAIL A message context was not provided and publishing is not configured.