Remove the html link for privilege name
[platform/core/api/bluetooth.git] / include / bluetooth.h
index 378ce02..a7489c6 100644 (file)
@@ -5378,7 +5378,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
  *
@@ -5407,7 +5407,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
  *
@@ -5436,7 +5436,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)
@@ -5472,8 +5472,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)
@@ -5518,7 +5518,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)
@@ -5562,8 +5562,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)
@@ -5606,7 +5606,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)