From a984e79c4eec487d67bbc73b59bca91bae9b20df Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 17 Dec 2020 09:12:24 +0900 Subject: [PATCH] Remove the html link for privilege name Change-Id: Ia64fb3712ef63ecf6c8b01a1226b32ff6fe8a99f Signed-off-by: DoHyun Pyun --- include/bluetooth.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/include/bluetooth.h b/include/bluetooth.h index 378ce02..a7489c6 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -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) -- 2.7.4