projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ffcdf
)
Fix parameter order
82/144282/1
author
injun.yang
<injun.yang@samsung.com>
Wed, 16 Aug 2017 06:44:59 +0000
(15:44 +0900)
committer
injun.yang
<injun.yang@samsung.com>
Wed, 16 Aug 2017 06:44:59 +0000
(15:44 +0900)
Change-Id: I4e2fcd72606c00322c25f6a8a614a823b98754ef
Signed-off-by: injun.yang <injun.yang@samsung.com>
src/bluetooth-common.c
patch
|
blob
|
history
diff --git
a/src/bluetooth-common.c
b/src/bluetooth-common.c
index e79e2fc12c22695b35452faa4203e74e56e1d421..17381233e1a55ed2bcf01aac53c7715bb83e6071 100644
(file)
--- a/
src/bluetooth-common.c
+++ b/
src/bluetooth-common.c
@@
-2100,7
+2100,7
@@
static void __bt_event_proxy(int event, bluetooth_event_param_t *param, void *us
/* TODO : Fix build error temporary */
if (chr->write_value_requested_cb)
chr->write_value_requested_cb(NULL, 0, (bt_gatt_server_h)serv, (bt_gatt_h)chr,
-
0, TRUE, (char
*)char_val->char_value, char_val->val_len,
+
TRUE, 0, (char
*)char_val->char_value, char_val->val_len,
chr->write_value_requested_user_data);
}
}