Fix issue where packets could not be found on remote devices when advertising while... 58/323758/1 accepted/tizen/unified/20250509.015134 accepted/tizen/unified/x/20250509.034529
authorWootak Jung <wootak.jung@samsung.com>
Wed, 7 May 2025 04:50:23 +0000 (13:50 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 7 May 2025 07:17:57 +0000 (16:17 +0900)
Change-Id: Ib9e4958ead0da6a38b87eb8e28c88bb84fff944b
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/adapter_le_vsc_features.c

index 4a80705244c58b40359e4b1cca040f49020a4e81..e970530848418c794de00f8e632e16c021f40868 100755 (executable)
@@ -117,9 +117,6 @@ gboolean adapter_le_read_ble_feature_info(void)
        DBG("onlost_follow [%d]", ble_vsc_cb.onlost_follow);
        DBG("=================================");
 
-       if (!TIZEN_FEATURE_BLUEZ_WEARABLE && !TIZEN_FEATURE_ROBOT_REFERENCE && !TIZEN_FEATURE_BLUEZ_DA)
-               ble_vsc_cb.adv_inst_max = 1;
-
        return TRUE;
 }