Remove the html link for privilege name 00/249800/1 accepted/tizen_5.5_unified tizen_5.5 accepted/tizen/5.5/unified/20201220.033047 submit/tizen_5.5/20201217.021748
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:53 +0000 (09:47 +0900)
Change-Id: Ia64fb3712ef63ecf6c8b01a1226b32ff6fe8a99f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h

index 69b658b7e18e50a6976ddc059873fb0a8c4d91ab..eb78dfa2babd2cf55641adc432830680c1bfd3ff 100644 (file)
@@ -5369,7 +5369,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
  *
@@ -5398,7 +5398,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
  *
@@ -5427,7 +5427,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)
@@ -5463,8 +5463,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)
@@ -5509,7 +5509,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)
@@ -5553,8 +5553,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)
@@ -5597,7 +5597,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)