Increase the session timeout value
[platform/core/connectivity/bluetooth-frwk.git] / test / le-adv / bluetooth-advertising-test.c
index 3b62622..ffc9294 100755 (executable)
@@ -28,8 +28,6 @@
 #include <stdint.h>
 #include <string.h>
 #include <glib.h>
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus.h>
 
 #include "bluetooth-api.h"
 
@@ -325,7 +323,7 @@ static gboolean key_event_cb(GIOChannel *chan, GIOCondition cond, gpointer data)
        unsigned int len = 0;
        int test_id;
 
-       if (g_io_channel_read_chars(chan, buf, sizeof(buf), 
+       if (g_io_channel_read_chars(chan, buf, sizeof(buf),
                        &len, NULL) ==  G_IO_STATUS_ERROR) {
                printf("IO Channel read error");
                return FALSE;