Lines Matching +full:response +full:- +full:timeout
4 * SPDX-License-Identifier: Apache-2.0
49 BT_MESH_MODEL_BLOB_CLI(&(_cli)->blob), \
67 /** Metadata status response. */
92 /** Additional response time for the Target nodes, in 10-second increments.
95 * to messages from the Client. The actual timeout will be calculated
99 * timeout = 20 seconds + (10 seconds * timeout_base) + (100 ms * TTL)
103 * configured transfer timeout, the Target node is dropped.
133 * Called when the BLOB transfer is suspended due to response timeout from all Target nodes.
338 * Waits for a response until the procedure timeout expires.
358 * Waits for a response until the procedure timeout expires.
364 * @param rsp Metadata status response buffer.
377 * @param rsp Response data buffer.
385 /** @brief Get the current procedure timeout value.
387 * @return The configured procedure timeout.
391 /** @brief Set the procedure timeout value.
393 * @param timeout The new procedure timeout.
395 void bt_mesh_dfu_cli_timeout_set(int32_t timeout);