summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2012-08-15 11:19:39 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-08-16 10:38:19 +0300
commitd1d1d4ff9c24f76ae120e3bb8a7d390bee27d739 (patch)
tree70165cacea33150e16daff8e51d70da22cdae40d /lib/uuid.h
parent450a2212f5dd4fb6a439cadc086d8912703ff923 (diff)
downloadbluez-d1d1d4ff9c24f76ae120e3bb8a7d390bee27d739.tar.gz
lib: Rename GAP UUID
Cosmetic patch changing the GAP UUID declaration to follow the same standard of the others GATT based services.
Diffstat (limited to 'lib/uuid.h')
-rw-r--r--lib/uuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 2c2b3511c..3bad8cc44 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -80,7 +80,7 @@ extern "C" {
#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 {