diff --git a/lib/uuid.h b/lib/uuid.h
index 2c2b351..3bad8cc 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"
-#define GAP_SVC_UUID "00001800-0000-1000-8000-00805f9b34fb"
+#define GAP_UUID "00001800-0000-1000-8000-00805f9b34fb"
#define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb"
typedef struct {
diff --git a/src/device.c b/src/device.c
index dad9c79..f781298 100644
--- a/src/device.c
+++ b/src/device.c
for (l = services; l; l = l->next) {
struct gatt_primary *prim = l->data;
- if (strcmp(prim->uuid, GAP_SVC_UUID) == 0)
+ if (strcmp(prim->uuid, GAP_UUID) == 0)
gap_prim = prim;
uuids = g_slist_append(uuids, prim->uuid);