replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_le_adapter / linux / utils.c
index 40708f1..50148bd 100644 (file)
@@ -44,11 +44,11 @@ bool CAGetBlueZManagedObjectProxies(GList ** proxies,
     */
     bool success = true;
 
-    ca_mutex_lock(context->lock);
+    oc_mutex_lock(context->lock);
 
     if (context->objects == NULL)
     {
-        ca_mutex_unlock(context->lock);
+        oc_mutex_unlock(context->lock);
         return success;
     }
 
@@ -84,7 +84,7 @@ bool CAGetBlueZManagedObjectProxies(GList ** proxies,
         }
     }
 
-    ca_mutex_unlock(context->lock);
+    oc_mutex_unlock(context->lock);
 
     return success;
 }
@@ -196,7 +196,7 @@ bool CASetBlueZObjectProperty(GDBusProxy * proxy,
                   TAG,
                   "Attempt to set \"%s\" property for "
                   "\"%s\" interface failed.: %s",
-                  error->message);
+                  property, interface, error->message);
 
         g_error_free(error);