Fix public header following api reference guide
[platform/core/api/asp.git] / include / asp.h
index adfa94e..f39425b 100755 (executable)
@@ -1,9 +1,6 @@
 /*
- *
  * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Sungsik Jang <sungsik.jang@samsung.com>, Dongwook Lee <dwmax.lee@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -32,10 +29,6 @@ extern "C" {
  * @{
  */
 
-#ifndef TIZEN_ERROR_ASP
-#define TIZEN_ERROR_ASP   -0x02F60000
-#endif
-
 /**
  * @brief Enumeration for Application Service Platform (ASP) error code.
  * @since_tizen 4.0
@@ -404,6 +397,7 @@ int asp_initialize(void);
 /**
  * @brief Deinitializes Application Service Platform (ASP).
  * @since_tizen 4.0
+ * @privlevel public
  * @privilege http://tizen.org/privilege/wifidirect
  * @return 0 on success, otherwise a negative error value.
  * @retval #ASP_ERROR_NONE                  Successful
@@ -1174,7 +1168,7 @@ int asp_seek_remove_info(asp_seek_service_h seek_service, const char *key);
  * @details Application should set service information after creating service using
  * asp_seek_create() and before seeking service using asp_seek_start().
  * @since_tizen 4.0
- * @param[in] adv_service     Service descriptor handle provided by the asp_seek_create()
+ * @param[in] seek_service    Service descriptor handle provided by the asp_seek_create()
  * @param[in] discovery_tech  The discovery mechanism, values of
  *                            #asp_discovery_tech_e combined with bitwise 'or'
  * @return 0 on success, otherwise a negative error value