From 5c7e2428eb8e74ecb5eb5dad0e0499de4e0a2e1b Mon Sep 17 00:00:00 2001 From: Deokhyun Kim Date: Thu, 2 Jan 2020 15:12:23 +0900 Subject: [PATCH] Apply the ACR result Change-Id: If1f3a52a9a7ff5cf5e316c655d0141ae5ab37b15 Signed-off-by: Deokhyun Kim --- include/bluetooth_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bluetooth_internal.h b/include/bluetooth_internal.h index dd57933..903e7f1 100644 --- a/include/bluetooth_internal.h +++ b/include/bluetooth_internal.h @@ -1231,12 +1231,12 @@ int bt_device_unset_trusted_profile_cb(void); * @brief Gets the rssi value when link loss occurs. * @since_tizen 6.0 * - * @remarks This function should be called in bt_device_connection_state_changed_cb + * @remarks This function should be called in bt_device_connection_state_changed_cb() * when the device is disconnected * - * @param[out] progress Link loss rssi + * @param[out] rssi Link loss rssi * @retval #BT_ERROR_NONE Successful - * @retval #BT_ERROR_OPERATION_FAILED Operation failed + * @retval #BT_ERROR_OPERATION_FAILED Operation failed * * @see bt_device_set_connection_state_changed_cb() * @see bt_device_connection_state_changed_cb() -- 2.7.4