From fd3279193aadd349eabb7aeff8d266c65ed31aea Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Fri, 5 Apr 2024 08:24:09 +0900 Subject: [PATCH] Fix since_tizen tag in header Change-Id: I652f85c03ef31d9b00f473c53b06d81b5db096f6 Signed-off-by: Wootak Jung --- include/bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bluetooth.h b/include/bluetooth.h index f958187..c38726a 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -768,7 +768,7 @@ int bt_adapter_remove_remote_oob_data(const char *remote_address); /** * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE * @brief Checks for the LE device discovery is in progress or not. - * @since_tizen @if MOBILE 2.3 @else 6.0 @endif + * @since_tizen 2.3 * * @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 -- 2.34.1