From: dh79pyun Date: Wed, 28 Jul 2021 00:16:00 +0000 (+0900) Subject: [ITC][bluetooth][Non-ACR][Remove unnecessary feature check logic] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F261857%2F1;p=test%2Ftct%2Fnative%2Fapi.git [ITC][bluetooth][Non-ACR][Remove unnecessary feature check logic] 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 --- diff --git a/src/itc/bluetooth/ITs-bluetooth-device.c b/src/itc/bluetooth/ITs-bluetooth-device.c index 42ef88d7a..bddcc531e 100755 --- a/src/itc/bluetooth/ITs-bluetooth-device.c +++ b/src/itc/bluetooth/ITs-bluetooth-device.c @@ -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;