Lines Matching full:health

2  *  @brief Health Client Model APIs.
16 * @brief Health Client Model
17 * @defgroup bt_mesh_health_cli Health Client Model
26 /** Health Client Model Context */
40 /** @brief Optional callback for Health Period Status messages.
42 * Handles received Health Period Status messages from a Health
45 * @param cli Health client that received the status message.
47 * @param divisor Health Period Divisor value.
52 /** @brief Optional callback for Health Attention Status messages.
54 * Handles received Health Attention Status messages from a Health
57 * @param cli Health client that received the status message.
64 /** @brief Optional callback for Health Fault Status messages.
66 * Handles received Health Fault Status messages from a Health
72 * @param cli Health client that received the status message.
83 /** @brief Optional callback for Health Current Status messages.
85 * Handles received Health Current Status messages from a Health
91 * @param cli Health client that received the status message.
110 * @param cli Health client that is sending the periodic publication message.
123 * @brief Generic Health Client model composition data entry.
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
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
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.