Fix typos 86/243086/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.122129 accepted/tizen/6.0/unified/hotfix/20201103.004434 accepted/tizen/6.0/unified/hotfix/20201103.051540 accepted/tizen/unified/20200904.154122 submit/tizen/20200903.062120 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorCheoleun Moon <chleun.moon@samsung.com>
Thu, 3 Sep 2020 05:07:57 +0000 (14:07 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Thu, 3 Sep 2020 05:08:05 +0000 (14:08 +0900)
Change-Id: I109685d5f124d1809d564d27522d6d89f3e76235
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
include/asp.h
packaging/capi-network-asp.spec

index d9eee39bfae5de4462fa08dcdc79905c8db588c4..7b799cde453970d928030691acaeab885aa615d3 100755 (executable)
@@ -371,7 +371,7 @@ typedef void (*asp_session_status_cb) (int error_code,
 * @param[in] status       The port status
 * @param[in] user_data    The user data passed from the callback registration function
 * @pre The callback must be registered using asp_session_set_port_status_cb()
-* @see asp_set_session_port_status_cb()
+* @see asp_session_set_port_status_cb()
 */
 typedef void (*asp_session_port_status_cb) (int error_code,
                                             asp_session_h session,
@@ -561,7 +561,7 @@ int asp_session_set_connect_status_cb(asp_session_connect_status_cb cb, void *us
  * @retval #ASP_ERROR_NOT_INITIALIZED  Not initialized
  * @pre Application Service Platform (ASP) must be initialized by asp_initialize().
  * @see asp_initialize()
- * @see asp_session_set_connection_status_changed_cb()
+ * @see asp_session_set_connection_status_cb()
  */
 int asp_session_unset_connect_status_cb(void);
 
@@ -1418,8 +1418,8 @@ int asp_session_get_info(asp_session_h session, char **session_info);
  * @retval #ASP_ERROR_OPERATION_FAILED      Operation failed
  * @retval #ASP_ERROR_SESSION_NOT_FOUND     Session not found
  * @retval #ASP_ERROR_NETWORK_ROLE_REJECTED Network role rejected
- * @pre This API needs asp_create_session() before use.
- * @see asp_create_session()
+ * @pre This API needs asp_session_create() before use.
+ * @see asp_session_create()
  */
 int asp_session_set_p2p_role_scheme(asp_session_h session,
                                     asp_advert_p2p_role_scheme_e role);
index 48ac859b9bf4a718085991bce75597249a16f0dd..5735e50ddfdf337bba421d7362836c379b00bb98 100755 (executable)
@@ -2,7 +2,7 @@
 
 Name:       capi-network-asp
 Summary:    An Application Service Platform(ASP) libraries in Native API
-Version:    0.0.22
+Version:    0.1.22
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0