Lines Matching full:attention
52 /** @brief Optional callback for Health Attention Status messages.
54 * Handles received Health Attention Status messages from a Health
55 * server. The @c attention param represents the current attention value.
59 * @param attention Current attention value.
62 uint8_t attention);
302 /** @brief Get the current attention timer value.
304 * This method can be used asynchronously by setting @p attention
314 * @param attention Attention timer response buffer, measured in seconds.
319 uint8_t *attention);
321 /** @brief Set the attention timer.
333 * @param attention New attention timer time, in seconds.
334 * @param updated_attention Attention timer response buffer, measured in
340 uint8_t attention, uint8_t *updated_attention);
342 /** @brief Set the attention timer (unacknowledged).
347 * @param attention New attention timer time, in seconds.
352 struct bt_mesh_msg_ctx *ctx, uint8_t attention);