From 60522ce5d142eb4d883bd3e5496b1f1966d5c0a8 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Fri, 25 Mar 2016 16:13:10 +0900 Subject: [PATCH] Remove the call "device_set_gatt_connected" Change-Id: Iea0fc51348b350b58997c9c3dc38c0c04e6e6d09 Signed-off-by: Hyuk Lee --- src/gatt-client.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gatt-client.c b/src/gatt-client.c index d248cb0..0018687 100644 --- a/src/gatt-client.c +++ b/src/gatt-client.c @@ -1973,10 +1973,6 @@ static gboolean set_chrcs_ready(gpointer user_data) notify_chrcs(service); -#ifdef __TIZEN_PATCH__ - device_set_gatt_connected(service->client->device, TRUE); -#endif - return FALSE; } -- 2.7.4