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
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;