diff --git a/android/hidhost.c b/android/hidhost.c
index fe0ea2f..7bc484f 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
/* HID Virtual Cable Unplug */
#define HID_VIRTUAL_CABLE_UNPLUG 0x05
-#define HOG_UUID "00001812-0000-1000-8000-00805f9b34fb"
-
static bdaddr_t adapter_addr;
static GIOChannel *ctrl_io = NULL;
diff --git a/lib/uuid.h b/lib/uuid.h
index ebdcf72..c7e6269 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
#define HDP_SINK_UUID "00001402-0000-1000-8000-00805f9b34fb"
#define HID_UUID "00001124-0000-1000-8000-00805f9b34fb"
+#define HOG_UUID "00001812-0000-1000-8000-00805f9b34fb"
#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"
diff --git a/profiles/input/hog-lib.c b/profiles/input/hog-lib.c
index a544e06..e96c969 100644
--- a/profiles/input/hog-lib.c
+++ b/profiles/input/hog-lib.c
#include "profiles/battery/bas.h"
#include "profiles/input/hog-lib.h"
-#define HOG_UUID "00001812-0000-1000-8000-00805f9b34fb"
#define HOG_UUID16 0x1812
#define HOG_INFO_UUID 0x2A4A
diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index 327a1d1..9335b7e 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
#include "attrib/gatt.h"
#include "hog-lib.h"
-#define HOG_UUID "00001812-0000-1000-8000-00805f9b34fb"
-
struct hog_device {
struct btd_device *device;
struct bt_hog *hog;