From: DoHyun Pyun Date: Mon, 25 May 2020 01:52:12 +0000 (+0900) Subject: Cancel the deprecation for bt_adapter_le_is_discovering X-Git-Tag: submit/tizen/20200507.063043^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21da2b25967b86517e216f359b7cbd42186adc68;p=platform%2Fcore%2Fapi%2Fbluetooth.git Cancel the deprecation for bt_adapter_le_is_discovering Change-Id: Iac251cf20f52273e9664ef8b2522a87034b38110 Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index f562622..d3d06d6 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -757,11 +757,9 @@ int bt_adapter_set_remote_oob_ext_data(const char *remote_address, int bt_adapter_remove_remote_oob_data(const char *remote_address); /** - * @MOBILE_ONLY - * @deprecated Deprecated since 2.3.1 * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE * @brief Checks for the LE device discovery is in progress or not. - * @since_tizen 2.3 + * @since_tizen @if MOBILE 2.3 @else 6.0 @endif * * @remarks If Bluetooth LE scan is in progress, other operations are not allowed and \n * you have to either stop the LE scan operation, or wait for it to be finished, \n @@ -779,7 +777,7 @@ int bt_adapter_remove_remote_oob_data(const char *remote_address); * * @pre The state of local Bluetooth must be #BT_ADAPTER_ENABLED. */ -int bt_adapter_le_is_discovering(bool *is_discovering) TIZEN_DEPRECATED_API; +int bt_adapter_le_is_discovering(bool *is_discovering); /** * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE