From: DoHyun Pyun Date: Fri, 29 Nov 2019 05:15:05 +0000 (+0900) Subject: Fix the issue to disable BT in the booting time X-Git-Tag: accepted/tizen/unified/20191211.121108~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F218920%2F2;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git Fix the issue to disable BT in the booting time Change-Id: Id576d770e3569d5fe655b5982a54a3be8a38d16f Signed-off-by: DoHyun Pyun --- diff --git a/bt-oal/bluez_hal/src/bt-hal-adapter-dbus-handler.c b/bt-oal/bluez_hal/src/bt-hal-adapter-dbus-handler.c index 6a9a14d..50e06b6 100644 --- a/bt-oal/bluez_hal/src/bt-hal-adapter-dbus-handler.c +++ b/bt-oal/bluez_hal/src/bt-hal-adapter-dbus-handler.c @@ -312,11 +312,11 @@ int _bt_hal_dbus_enable_le(void) G_DBUS_CALL_FLAGS_NONE, BT_ENABLE_TIMEOUT, NULL, &error); if (error) { - DBG("EnableAdapter failed: %s", error->message); + DBG("EnableAdapterLe failed: %s", error->message); g_clear_error(&error); error = NULL; result = g_dbus_proxy_call_sync(proxy, - "DisableAdapter", + "DisableAdapterLe", NULL, G_DBUS_CALL_FLAGS_NONE, -1,