Lines Matching +full:response +full:- +full:timeout
4 * SPDX-License-Identifier: Apache-2.0
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.
19 * @retval -EAGAIN The device has not been provisioned.
25 * Message response context.
31 int32_t timeout; /**< Response timeout in milliseconds. */ member
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.
45 * @param rsp Message response context, or NULL if no response is expected.
48 * @retval -EBUSY A blocking request is already in progress.
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.
51 * @retval -EAGAIN The device has not been provisioned.
52 * @retval -ETIMEDOUT The request timed out without a response.