From: Wootak Jung Date: Fri, 29 Dec 2023 00:01:53 +0000 (+0900) Subject: Remove duplicated error in header X-Git-Tag: accepted/tizen/8.0/unified/20241218.155803~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b665a9a23ca2cf2aaed11e75d3b46683082193b1;p=platform%2Fcore%2Fapi%2Fbluetooth.git Remove duplicated error in header Change-Id: I99a49cf0ee76132c6c8b04ff272e2476f91d0613 Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth.h b/include/bluetooth.h index f60e51a..39d16f1 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -543,7 +543,6 @@ int bt_adapter_unset_visibility_mode_changed_cb(void); * @retval #BT_ERROR_NOT_SUPPORTED Not supported * @retval #BT_ERROR_INVALID_PARAMETER Invalid parameter * @retval #BT_ERROR_NOT_INITIALIZED Not initialized - * @retval #BT_ERROR_NOT_INITIALIZED Not initialized * * @pre The Bluetooth service must be initialized by bt_initialize(). * @post bt_adapter_visibility_duration_changed_cb() will be invoked.