Add the missed patch config in LE scan 76/101476/1
authorLee Hyuk <hyuk0512.lee@samsung.com>
Thu, 1 Dec 2016 08:37:47 +0000 (17:37 +0900)
committerLee Hyuk <hyuk0512.lee@samsung.com>
Thu, 1 Dec 2016 08:37:47 +0000 (17:37 +0900)
Change-Id: Ia5d21f10b9fc96145f8cb640a8df0690b04a0d70
Signed-off-by: Lee Hyuk <hyuk0512.lee@samsung.com>
src/adapter.c

index d930feb..9d75c02 100644 (file)
@@ -4018,7 +4018,11 @@ static DBusMessage *adapter_start_le_discovery(DBusConnection *conn,
         * discovery in idle phase exists, it will be restarted right
         * away.
         */
+#ifndef TIZEN_FEATURE_BLUEZ_MODIFY
+       trigger_start_discovery(adapter, 0);
+#else
        trigger_start_le_discovery(adapter, 0);
+#endif
 
        return dbus_message_new_method_return(msg);
 }