Remove the html link for privilege name 99/249799/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20201221.012452 submit/tizen_5.0/20201217.021754
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Dec 2020 00:12:24 +0000 (09:12 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Dec 2020 00:47:20 +0000 (09:47 +0900)
Change-Id: Ia64fb3712ef63ecf6c8b01a1226b32ff6fe8a99f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h

index fac78dc0d0c24602710720ebb8597b25362b524f..5c96de708446d8d86839c14daa70de168bb92659 100644 (file)
@@ -5343,7 +5343,7 @@ int bt_pbap_client_unset_connection_state_changed_cb(void);
  * @brief Connects to PBAP server, asynchronously.
  * @since_tizen 3.0
  * @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth
+ * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] address The other device's address
  *
@@ -5371,7 +5371,7 @@ int bt_pbap_client_connect(const char *address);
  * @brief Disconnects from PBAP server, asynchronously.
  * @since_tizen 3.0
  * @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth
+ * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] address The other device's address
  *
@@ -5399,7 +5399,7 @@ int bt_pbap_client_disconnect(const char *address);
  * @brief Gets size of phone book from PBAP server, asynchronously.
  * @since_tizen 3.0
  * @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth
+ * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] address The other device's address
  * @param[in] source Source of the phone book (Phone/SIM)
@@ -5435,8 +5435,8 @@ int bt_pbap_client_get_phone_book_size(const char *address,
  * @details The received phone book file will be saved in the platform downloads folder.
  * @since_tizen 3.0
  * @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth
- *                 http://tizen.org/privilege/mediastorage
+ * @privilege %http://tizen.org/privilege/bluetooth
+ *            %http://tizen.org/privilege/mediastorage
  *
  * @param[in] address The other device's address
  * @param[in] source Source of phone book (Phone/SIM)
@@ -5481,7 +5481,7 @@ int bt_pbap_client_get_phone_book(const char *address,
  * @brief Gets contact and call log information from the PBAP server, asynchronously.
  * @since_tizen 3.0
  * @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth
+ * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] address The other device's address
  * @param[in] source Source of phone book (Phone/SIM)
@@ -5525,8 +5525,8 @@ int bt_pbap_client_get_list(const char *address,
  *              which can be obtained with bt_pbap_client_get_list() or bt_pbap_client_search_phone_book().
  * @since_tizen 3.0
  * @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth
- *                 http://tizen.org/privilege/mediastorage
+ * @privilege %http://tizen.org/privilege/bluetooth
+ *            %http://tizen.org/privilege/mediastorage
  *
  * @param[in] address The other device's address
  * @param[in] source Source of phone book (Phone/SIM)
@@ -5569,7 +5569,7 @@ int bt_pbap_client_pull_vcard(const char *address,
  * @brief Finds and fetches the contact and call log information from the PBAP server, asynchronously.
  * @since_tizen 3.0
  * @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth
+ * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] address The other device's address
  * @param[in] source Source of phone book (Phone/SIM)