projects
/
profile
/
mobile
/
apps
/
native
/
quickpanel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5299ab
)
bluetooth icon does not show up
67/67967/1
author
jin0.kim
<jin0.kim@samsung.com>
Fri, 29 Apr 2016 10:49:51 +0000
(19:19 +0830)
committer
jin0.kim
<jin0.kim@samsung.com>
Fri, 29 Apr 2016 10:49:51 +0000
(19:19 +0830)
Change-Id: I60ea66ade2adc0d9395279c7318d57816ec4631a
daemon/settings/modules/bluetooth.c
patch
|
blob
|
history
diff --git
a/daemon/settings/modules/bluetooth.c
b/daemon/settings/modules/bluetooth.c
index
e32764b
..
a68bccc
100755
(executable)
--- a/
daemon/settings/modules/bluetooth.c
+++ b/
daemon/settings/modules/bluetooth.c
@@
-100,7
+100,9
@@
static void _status_update(QP_Module_Setting *module, int flag_extra_1, int flag
retif(module == NULL, , "Invalid parameter!");
ret = bt_adapter_get_state(&adapter_state);
- retif(ret != BT_ERROR_NONE, , "bt_adapter_get_state failed");
+ if (ret != BT_ERROR_NONE) {
+ DBG("bt_adapter_get_state failed [%d]", ret);
+ }
if (adapter_state == BT_ADAPTER_ENABLED) {
quickpanel_setting_module_icon_state_set(module, ICON_VIEW_STATE_ON);