summaryrefslogtreecommitdiff
path: root/src/st_thing_resource.c
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2018-11-24 03:58:20 +0900
committerJin Yoon <jinny.yoon@samsung.com>2018-11-24 03:58:46 +0900
commitb998d46cc4f935daef612371d2dd1df3bbeb082b (patch)
tree9aa9111eac6d67c53c290f8a69dc4c4d7232f71e /src/st_thing_resource.c
parenta7d15a60d9fc9e791861781c442c35790bca6941 (diff)
downloadsmart-surveillance-camera-master.tar.gz
smart-surveillance-camera-master.tar.bz2
smart-surveillance-camera-master.zip
Update SmartThings APIs for Tizen 5.0HEADmaster
Change-Id: I07122b34fcca4fc63b57a18a10181fac3825459e
Diffstat (limited to 'src/st_thing_resource.c')
-rw-r--r--src/st_thing_resource.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/st_thing_resource.c b/src/st_thing_resource.c
index 6dcb842..1f4f441 100644
--- a/src/st_thing_resource.c
+++ b/src/st_thing_resource.c
@@ -289,11 +289,10 @@ _request_cb(smartthings_resource_h handle, int req_id,
}
static void
-_resource_connection_status_cb(smartthings_resource_error_e error,
- smartthings_resource_h handle,
+_resource_connection_status_cb(smartthings_resource_h handle,
smartthings_resource_connection_status_e status, void *user_data)
{
- _D("result [%s], status=[%d]", __resource_error_to_str(error), status);
+ _D("status=[%d]", status);
g_conn_status = status;