From: Hyuk Lee Date: Fri, 25 Mar 2016 07:13:10 +0000 (+0900) Subject: Remove the call "device_set_gatt_connected" X-Git-Tag: accepted/tizen/ivi/20160325.133940^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F63671%2F1;p=platform%2Fupstream%2Fbluez.git Remove the call "device_set_gatt_connected" Change-Id: Iea0fc51348b350b58997c9c3dc38c0c04e6e6d09 Signed-off-by: Hyuk Lee --- 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; }