projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1892d
)
Remove the call "device_set_gatt_connected"
71/63671/1
accepted/tizen/ivi/20160325.133940
accepted/tizen/mobile/20160325.133704
accepted/tizen/tv/20160325.133738
accepted/tizen/wearable/20160325.133812
submit/tizen/20160325.071921
author
Hyuk Lee
<hyuk0512.lee@samsung.com>
Fri, 25 Mar 2016 07:13:10 +0000
(16:13 +0900)
committer
Hyuk Lee
<hyuk0512.lee@samsung.com>
Fri, 25 Mar 2016 07:13:10 +0000
(16:13 +0900)
Change-Id: Iea0fc51348b350b58997c9c3dc38c0c04e6e6d09
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
src/gatt-client.c
patch
|
blob
|
history
diff --git
a/src/gatt-client.c
b/src/gatt-client.c
index
d248cb0
..
0018687
100644
(file)
--- 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;
}