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:
495ff54
)
Fix crash issue when discovering manufacturer data
53/43653/1
author
seungku kim
<seungku.kim@samsung.com>
Mon, 13 Jul 2015 04:40:23 +0000
(13:40 +0900)
committer
seungku kim
<seungku.kim@samsung.com>
Mon, 13 Jul 2015 04:40:23 +0000
(13:40 +0900)
Change-Id: I8e6bf78c32526ee09dfe12aec3109db066b936be
src/bluetooth-common.c
patch
|
blob
|
history
diff --git
a/src/bluetooth-common.c
b/src/bluetooth-common.c
index 04848d97424dfcc22db36f9d82dd7e3627166d17..1358976e2e0053cc6ce8ae9d236a3e94ae3e3f93 100644
(file)
--- a/
src/bluetooth-common.c
+++ b/
src/bluetooth-common.c
@@
-1898,8
+1898,6
@@
static int __bt_get_bt_adapter_device_discovery_info_s(bt_adapter_device_discove
(*discovery_info)->rssi = (int)source_info->rssi;
(*discovery_info)->is_bonded = (bool)source_info->paired;
-
-#if 0
(*discovery_info)->appearance = 0;
(*discovery_info)->manufacturer_data_len = source_info->manufacturer_data.data_len;
@@
-1909,7
+1907,7
@@
static int __bt_get_bt_adapter_device_discovery_info_s(bt_adapter_device_discove
} else {
(*discovery_info)->manufacturer_data = NULL;
}
-#endif
+
return BT_ERROR_NONE;
}