Rephrase API description as per review comments 14/230114/1 accepted/tizen/unified/20200410.015512 submit/tizen/20200409.014926
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 8 Apr 2020 05:16:14 +0000 (14:16 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 8 Apr 2020 05:16:14 +0000 (14:16 +0900)
Change-Id: I820ca624f5db0fa365d339f4116f5b2cd84165ad

include/multi_assistant_common.h

index 046975d164ea34133265ae117aa2b3b7f710c64e..bace39da2907c6f93ef8d9e29b97854520864328 100644 (file)
@@ -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()