Merge "Modified resource properties for /tizen/d2d-service" into tizen
authorPark <jpark0@samsung.com>
Mon, 16 Jan 2017 09:01:12 +0000 (01:01 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 16 Jan 2017 09:01:12 +0000 (01:01 -0800)
daemon/ServiceManager.cpp

index a3698d7..2ebac3b 100755 (executable)
@@ -439,7 +439,7 @@ int conv::ServiceManager::registerDiscoveryInfo()
        iotcon_resource_types_h resource_types = NULL;
        int error;
 
-       properties = IOTCON_RESOURCE_DISCOVERABLE | IOTCON_RESOURCE_OBSERVABLE;
+       properties = IOTCON_RESOURCE_DISCOVERABLE;
 
        error = iotcon_resource_types_create(&resource_types);
        IF_FAIL_RETURN_TAG(error == IOTCON_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "rt creation failed");