Cancel the deprecation for bt_adapter_le_is_discovering 57/234257/2 accepted/tizen/unified/20200529.124347 submit/tizen/20200507.063043 submit/tizen/20200527.022320
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 25 May 2020 01:52:12 +0000 (10:52 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 25 May 2020 06:51:51 +0000 (15:51 +0900)
Change-Id: Iac251cf20f52273e9664ef8b2522a87034b38110
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h

index f562622..d3d06d6 100644 (file)
@@ -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