[ITC][bluetooth][Non-ACR][Remove unnecessary feature check logic] 57/261857/1
authordh79pyun <dh79.pyun@samsung.com>
Wed, 28 Jul 2021 00:16:00 +0000 (09:16 +0900)
committerdh79pyun <dh79.pyun@samsung.com>
Wed, 28 Jul 2021 00:18:49 +0000 (09:18 +0900)
Bluetooth Device APIs are not related with network.bluetooth.le
feature. When we set network.bluetooth.le feature as false, ITC
device testcases got failed. This patchset is to fix this issue.

Change-Id: Iccae172b9a0046e5cb0f53a9b00f1cc79dcb4e25

src/itc/bluetooth/ITs-bluetooth-device.c

index 42ef88d7a8d87c2539028780ee3a16a127b267e8..bddcc531ec4a93d2a4df78c7de9d2c0908f6728e 100755 (executable)
@@ -132,7 +132,7 @@ void ITs_bluetooth_device_startup(void)
        FPRINTF("[Line : %d][%s] TEST SUIT start-up: ITs_Bluetooth_p\\n", __LINE__, API_NAMESPACE);
 #endif
 
-       if ( !TCTCheckSystemInfoFeatureSupported(BLUETOOTH_FEATURE, API_NAMESPACE) || !TCTCheckSystemInfoFeatureSupported(BLUETOOTH_LE_FEATURE, API_NAMESPACE) )
+       if ( !TCTCheckSystemInfoFeatureSupported(BLUETOOTH_FEATURE, API_NAMESPACE) )
        {
                g_bBluetoothIsSupported = false;
                return;