From: DoHyun Pyun Date: Thu, 17 Dec 2020 00:12:24 +0000 (+0900) Subject: Remove the html link for privilege name X-Git-Tag: submit/tizen_5.0/20201217.021754^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_5.0_unified;p=platform%2Fcore%2Fapi%2Fbluetooth.git Remove the html link for privilege name Change-Id: Ia64fb3712ef63ecf6c8b01a1226b32ff6fe8a99f Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index fac78dc..5c96de7 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -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)