if ( false == bTelFeatureSupported && false == bWifiFeatureSupported && false == bBtFeatureSupported && false == bEthernetFeatureSupported )
{
g_bFeatureSupported = false;
- if ( nRet != TIZEN_ERROR_NOT_SUPPORTED )
+ if ( nRet != CONNECTION_ERROR_NOT_SUPPORTED )
{
FPRINTF("[Line: %d][%s] connection_create API call returned mismatch %s error for unsupported telephony feature\\n", __LINE__, API_NAMESPACE, ConnectionGetError(nRet));
g_bFeatureMismatch = true;
if ( false == bTelFeatureSupported && false == bWifiFeatureSupported && false == bBtFeatureSupported && false == bEthFeatureSupported)
{
g_bFeatureSupported = false;
- if ( nRet != TIZEN_ERROR_NOT_SUPPORTED )
+ if ( nRet != CONNECTION_ERROR_NOT_SUPPORTED )
{
FPRINTF("[Line: %d][%s] connection_create API call returned mismatch %s error for unsupported telephony feature\\n", __LINE__, API_NAMESPACE, ConnectionGetError(nRet));
g_bFeatureMismatch = true;
if ( false == bTelFeatureSupported && false == bWifiFeatureSupported && false == bBtFeatureSupported && false == bEthernetFeatureSupported )
{
g_bFeatureSupported = false;
- if ( nRet != TIZEN_ERROR_NOT_SUPPORTED )
+ if ( nRet != CONNECTION_ERROR_NOT_SUPPORTED )
{
FPRINTF("[Line : %d][%s] connection_create API call returned mismatch %s error for unsupported telephony feature\\n", __LINE__, API_NAMESPACE, ConnectionGetError(nRet));
g_bFeatureMismatch = true;
if ( false == bTelFeatureSupported && false == bWifiFeatureSupported && false == bBtFeatureSupported && false == bEthernetFeatureSupported)
{
g_bFeatureSupported = false;
- if ( nRet != TIZEN_ERROR_NOT_SUPPORTED )
+ if ( nRet != CONNECTION_ERROR_NOT_SUPPORTED )
{
FPRINTF("[Line : %d][%s] connection_create API call returned mismatch %s error for unsupported telephony feature\\n", __LINE__, API_NAMESPACE, ConnectionGetError(nRet));
g_bFeatureMismatch = true;
if ( false == g_bTelFeatureSupported && false == g_bWifiFeatureSupported && false == g_bBtFeatureSupported && false == g_bEthernetFeatureSupported)
{
g_bFeatureSupported = false;
- if ( nRet != TIZEN_ERROR_NOT_SUPPORTED )
+ if ( nRet != CONNECTION_ERROR_NOT_SUPPORTED )
{
FPRINTF("[Line : %d][%s] connection_create API call returned mismatch %s error for unsupported telephony feature\\n", __LINE__, API_NAMESPACE, ConnectionGetError(nRet));
g_bFeatureMismatch = true;