From: jin0.kim Date: Tue, 26 Apr 2016 05:03:11 +0000 (+0830) Subject: bluetooth icon does not show up X-Git-Tag: accepted/tizen/tv/20160426.103207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Ftv%2F20160426.103207;p=apps%2Fcore%2Fpreloaded%2Fquickpanel.git bluetooth icon does not show up Change-Id: Ie9013a8ed8dce79c402dfc5702d419842182be2c --- diff --git a/daemon/settings/modules/bluetooth.c b/daemon/settings/modules/bluetooth.c index e32764b..a68bccc 100755 --- 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);