diff --git a/profiles/proximity/linkloss.c b/profiles/proximity/linkloss.c
index 7be5223..9e963d7 100644
--- a/profiles/proximity/linkloss.c
+++ b/profiles/proximity/linkloss.c
#include "reporter.h"
#include "linkloss.h"
-#define BLUEZ_SERVICE "org.bluez"
-
struct link_loss_adapter {
struct btd_adapter *adapter;
uint16_t alert_lvl_value_handle;
diff --git a/profiles/proximity/reporter.c b/profiles/proximity/reporter.c
index 59af308..2a603d9 100644
--- a/profiles/proximity/reporter.c
+++ b/profiles/proximity/reporter.c
#include "linkloss.h"
#include "immalert.h"
-#define BLUEZ_SERVICE "org.bluez"
-
struct reporter_adapter {
DBusConnection *conn;
struct btd_adapter *adapter;