From e6561bbb24256d00a4e402c4a5aaa30715c361c5 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Fri, 20 Sep 2019 09:32:29 +0900 Subject: [PATCH] Fix API reference issues Change-Id: I00b8f89ab8a93bd2874cd24e91becd151901828c Signed-off-by: DoHyun Pyun --- include/bluetooth.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/include/bluetooth.h b/include/bluetooth.h index eaefef4..7f66769 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -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() -- 2.7.4