projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dbb5ca
)
Fix the build error for Tizen 4.0 gcc62 toolchain
20/117720/1
accepted/tizen/common/20170307.133949
accepted/tizen/ivi/20170307.102534
accepted/tizen/mobile/20170307.102445
accepted/tizen/tv/20170307.102509
accepted/tizen/unified/20170309.032449
accepted/tizen/wearable/20170307.102523
submit/tizen/20170307.074634
submit/tizen_unified/20170308.100406
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Tue, 7 Mar 2017 07:43:55 +0000
(16:43 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Tue, 7 Mar 2017 07:43:55 +0000
(16:43 +0900)
Change-Id: Ie7308d03fca3cc4771dca788ea659f11311d2a18
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-api/bt-gatt-client.c
patch
|
blob
|
history
diff --git
a/bt-api/bt-gatt-client.c
b/bt-api/bt-gatt-client.c
index
5d3abdc
..
71e85c5
100644
(file)
--- a/
bt-api/bt-gatt-client.c
+++ b/
bt-api/bt-gatt-client.c
@@
-467,7
+467,7
@@
static void __bluetooth_internal_get_char_cb(GDBusProxy *proxy,
g_variant_get(char_value, "ao", &char_iter);
gp_array = g_ptr_array_new();
- while (g_variant_iter_loop(char_iter, "&o", &char_handle))
;
+ while (g_variant_iter_loop(char_iter, "&o", &char_handle))
g_ptr_array_add(gp_array, (gpointer)char_handle);
if (gp_array->len != 0) {