Fix the issue to disable BT in the booting time 20/218920/2
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 29 Nov 2019 05:15:05 +0000 (14:15 +0900)
committerPyun DoHyun <dh79.pyun@samsung.com>
Fri, 29 Nov 2019 05:43:48 +0000 (05:43 +0000)
Change-Id: Id576d770e3569d5fe655b5982a54a3be8a38d16f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-oal/bluez_hal/src/bt-hal-adapter-dbus-handler.c

index 6a9a14d..50e06b6 100644 (file)
@@ -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,