Ignore the cellular service type for single connected tech 94/70094/1 accepted/tizen/common/20160520.170958 accepted/tizen/ivi/20160520.003254 accepted/tizen/mobile/20160520.003740 accepted/tizen/tv/20160520.003211 accepted/tizen/wearable/20160520.003326 submit/tizen/20160519.085425
authorhyunuktak <hyunuk.tak@samsung.com>
Wed, 18 May 2016 05:28:41 +0000 (14:28 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Wed, 18 May 2016 05:28:44 +0000 (14:28 +0900)
Change-Id: Ic564795f0d5703e48d2b682de0b3c9877f7ee110
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
src/service.c

index daf1a47..9f197dd 100755 (executable)
@@ -6232,6 +6232,11 @@ static void single_connected_tech(struct connman_service *allowed)
 
        DBG("keeping %p %s", allowed, allowed->path);
 
+#if defined TIZEN_EXT
+       if (!allowed || allowed->type == CONNMAN_SERVICE_TYPE_CELLULAR)
+               return;
+#endif
+
        for (iter = service_list; iter; iter = iter->next) {
                service = iter->data;