From cf1b83a393c65694037d6ecce71e5532b64e393f Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Wed, 8 Apr 2020 14:16:14 +0900 Subject: [PATCH] Rephrase API description as per review comments Change-Id: I820ca624f5db0fa365d339f4116f5b2cd84165ad --- include/multi_assistant_common.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/multi_assistant_common.h b/include/multi_assistant_common.h index 046975d..bace39d 100644 --- a/include/multi_assistant_common.h +++ b/include/multi_assistant_common.h @@ -174,10 +174,11 @@ typedef enum { } ma_service_state_e; /** - * @brief Enumerations for voice key's status. - * @details If the voice key gets released within the timeout value for tap events, - * the voice key's status value will be "released after tap". - * Otherwise, "released after push" will be chosen. + * @brief Enumerations for voice key status change. + * @details When the voice key is pressed, the "pressed" state is reported. + * If the voice key gets released within the timeout value for tap events, + * the voice key status value will be reported as "released after tap". + * Otherwise, "released after push" will be reported. * @since_tizen 6.0 */ typedef enum { @@ -322,7 +323,7 @@ typedef void (*ma_service_state_changed_cb)(ma_service_state_e previous, ma_serv * @brief Called when the multi-assistant service sends voice key status change event. * @since_tizen 6.0 * - * @param[in] status The current value for voice key's status + * @param[in] status The change of voice key status * @param[in] user_data The user data passed from the callback registration function * * @see ma_set_voice_key_status_changed_cb() -- 2.34.1