Lines Matching +full:timeout +full:- +full:period
8 * SPDX-License-Identifier: Apache-2.0
40 /** @brief Optional callback for Health Period Status messages.
42 * Handles received Health Period Status messages from a Health
43 * server. The @c divisor param represents the period divisor value.
47 * @param divisor Health Period Divisor value.
129 &(cli_data)->pub, cli_data, &bt_mesh_health_cli_cb)
197 /** @brief Invoke a self-test procedure for the given Company ID.
220 /** @brief Invoke a self-test procedure for the given Company ID (unacked).
233 /** @brief Get the target node's Health fast period divisor.
235 * The health period divisor is used to increase the publish rate when a fault
236 * is registered. Normally, the Health server will publish with the period in
238 * period is divided by (1 << divisor). For example, if the target node's
239 * Health server is configured to publish with a period of 16 seconds, and the
240 * Health fast period divisor is 5, the Health server will publish with an
253 * @param divisor Health period divisor response buffer.
260 /** @brief Set the target node's Health fast period divisor.
262 * The health period divisor is used to increase the publish rate when a fault
263 * is registered. Normally, the Health server will publish with the period in
265 * period is divided by (1 << divisor). For example, if the target node's
266 * Health server is configured to publish with a period of 16 seconds, and the
267 * Health fast period divisor is 5, the Health server will publish with an
280 * @param divisor New Health period divisor.
281 * @param updated_divisor Health period divisor response buffer.
288 /** @brief Set the target node's Health fast period divisor (unacknowledged).
295 * @param divisor New Health period divisor.
354 /** @brief Get the current transmission timeout value.
356 * @return The configured transmission timeout in milliseconds.
360 /** @brief Set the transmission timeout value.
362 * @param timeout The new transmission timeout.
364 void bt_mesh_health_cli_timeout_set(int32_t timeout);