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:
a02faed
)
Initialize converted_uuid value
21/40521/1
accepted/tizen/mobile/20150605.094045
accepted/tizen/tv/20150608.002140
accepted/tizen/wearable/20150608.002157
submit/tizen_mobile/20150605.001138
submit/tizen_tv/20150605.001144
submit/tizen_wearable/20150605.001150
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 5 Jun 2015 00:10:46 +0000
(09:10 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 5 Jun 2015 00:10:46 +0000
(09:10 +0900)
Change-Id: I6434b03531cd94868bae669d0075fef8ced74fb0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bluetooth-adapter.c
patch
|
blob
|
history
diff --git
a/src/bluetooth-adapter.c
b/src/bluetooth-adapter.c
index 987b2ea75e68a277ba07eff6326f6ebc65923cb5..19038679a84e78fd799f08d3bb9956a0bbd0fb06 100644
(file)
--- a/
src/bluetooth-adapter.c
+++ b/
src/bluetooth-adapter.c
@@
-1664,7
+1664,7
@@
int bt_adapter_le_add_advertising_service_data(bt_advertiser_h advertiser,
int uuid_bit;
char *uuid_ptr;
int byte_len;
- char *converted_uuid;
+ char *converted_uuid
= NULL
;
BT_CHECK_LE_SUPPORT();
BT_CHECK_INIT_STATUS();