Fix API reference issues 84/214284/1 accepted/tizen/unified/20190920.065345 submit/tizen/20190920.003508
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 20 Sep 2019 00:32:29 +0000 (09:32 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 20 Sep 2019 00:32:29 +0000 (09:32 +0900)
Change-Id: I00b8f89ab8a93bd2874cd24e91becd151901828c
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h

index eaefef4..7f66769 100644 (file)
@@ -425,7 +425,6 @@ int bt_adapter_is_service_used(const char *service_uuid, bool *used);
  *
  * @see bt_initialize()
  * @see bt_adapter_state_changed_cb()
- * @see bt_adapter_set_state_changed_cb()
  * @see bt_adapter_unset_state_changed_cb()
  */
 int bt_adapter_set_state_changed_cb(bt_adapter_state_changed_cb callback, void *user_data);
@@ -587,7 +586,6 @@ int bt_adapter_unset_visibility_duration_changed_cb(void);
  *
  * @see bt_initialize()
  * @see bt_adapter_device_discovery_state_changed_cb()
- * @see bt_adapter_set_device_discovery_state_changed_cb()
  * @see bt_adapter_unset_device_discovery_state_changed_cb()
  */
 int bt_adapter_set_device_discovery_state_changed_cb(bt_adapter_device_discovery_state_changed_cb callback, void *user_data);
@@ -1903,7 +1901,6 @@ int bt_device_unset_bond_destroyed_cb(void);
  * @post  bt_device_authorization_changed_cb() will be invoked.
  * @see bt_initialize()
  * @see bt_device_authorization_changed_cb()
- * @see bt_device_set_authorization_changed_cb()
  * @see bt_device_unset_authorization_changed_cb()
  */
 int bt_device_set_authorization_changed_cb(bt_device_authorization_changed_cb callback, void *user_data);
@@ -2183,7 +2180,6 @@ int bt_socket_send_data(int socket_fd, const char *data, int length);
  * @post  bt_socket_data_received_cb() will be invoked.
  * @see bt_initialize()
  * @see bt_socket_data_received_cb()
- * @see bt_socket_set_data_received_cb()
  * @see bt_socket_unset_data_received_cb()
  */
 int bt_socket_set_data_received_cb(bt_socket_data_received_cb callback, void *user_data);
@@ -2314,7 +2310,7 @@ int bt_opp_server_initialize_by_connection_request(const char *destination, bt_o
  * @retval #BT_ERROR_OPERATION_FAILED  Operation failed
  * @retval #BT_ERROR_NOT_SUPPORTED   Not supported
  *
- * @see  bt_opp_server_deinitialize()
+ * @see  bt_opp_server_initialize_by_connection_request()
  */
 int bt_opp_server_deinitialize(void);
 
@@ -3321,7 +3317,7 @@ int bt_avrcp_unset_scan_mode_changed_cb(void);
  * @pre The AVRCP service must be initialized with bt_avrcp_target_initialize() or bt_avrcp_control_initialize().
  * @see bt_avrcp_target_initialize()
  * @see bt_avrcp_control_initialize()
- * @see bt_avrcp_set_position_changed_cb()
+ * @see bt_avrcp_unset_position_changed_cb()
  */
 int bt_avrcp_set_position_changed_cb(bt_avrcp_position_changed_cb callback, void *user_data);
 
@@ -3372,7 +3368,7 @@ int bt_avrcp_set_play_status_changed_cb(bt_avrcp_play_status_changed_cb callback
  * @pre The AVRCP service must be initialized with bt_avrcp_target_initialize() or bt_avrcp_control_initialize().
  * @see bt_avrcp_target_initialize()
  * @see bt_avrcp_control_initialize()
- * @see bt_avrcp_unset_play_status_changed_cb()
+ * @see bt_avrcp_set_play_status_changed_cb()
  */
 int bt_avrcp_unset_play_status_changed_cb(void);
 
@@ -5317,7 +5313,7 @@ int bt_pbap_client_initialize(void);
  *
  * @pre The state of the local Bluetooth adapter must be #BT_ADAPTER_ENABLED.
  *     The PBAP client must be initialized with bt_pbap_client_initialize().
- * @see  bt_pbap_client_deinitialize()
+ * @see  bt_pbap_client_initialize()
  * @see  bt_pbap_client_connect()
  * @see  bt_pbap_client_disconnect()
  * @see  bt_pbap_client_get_phone_book_size()