summaryrefslogtreecommitdiff
path: root/lib/sdp.h
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2014-02-07 16:14:44 -0400
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-02-21 14:05:28 +0200
commita0d40b384aa11e9a57d37a5428e2da07fad8bdd6 (patch)
tree65e39aa51702d87344405d735a2e2a3004cdab25 /lib/sdp.h
parentf68a71a4d42c1dbf4a6a4243d3263510dc3e9eb1 (diff)
downloadbluez-a0d40b384aa11e9a57d37a5428e2da07fad8bdd6.tar.gz
lib/sdp: Add missing Service Class ID for GAP
Also reorder last ID so the list remains ordered.
Diffstat (limited to 'lib/sdp.h')
-rw-r--r--lib/sdp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/sdp.h b/lib/sdp.h
index c6dfc27c2..516d75dae 100644
--- a/lib/sdp.h
+++ b/lib/sdp.h
@@ -150,8 +150,9 @@ extern "C" {
#define HDP_SVCLASS_ID 0x1400
#define HDP_SOURCE_SVCLASS_ID 0x1401
#define HDP_SINK_SVCLASS_ID 0x1402
-#define APPLE_AGENT_SVCLASS_ID 0x2112
+#define GENERIC_ACCESS_SVCLASS_ID 0x1800
#define GENERIC_ATTRIB_SVCLASS_ID 0x1801
+#define APPLE_AGENT_SVCLASS_ID 0x2112
/*
* Standard profile descriptor identifiers; note these
@@ -224,9 +225,9 @@ extern "C" {
#define HDP_PROFILE_ID HDP_SVCLASS_ID
#define HDP_SOURCE_PROFILE_ID HDP_SOURCE_SVCLASS_ID
#define HDP_SINK_PROFILE_ID HDP_SINK_SVCLASS_ID
-#define APPLE_AGENT_PROFILE_ID APPLE_AGENT_SVCLASS_ID
-#define GENERIC_ACCESS_PROFILE_ID 0x1800
+#define GENERIC_ACCESS_PROFILE_ID GENERIC_ACCESS_SVCLASS_ID
#define GENERIC_ATTRIB_PROFILE_ID GENERIC_ATTRIB_SVCLASS_ID
+#define APPLE_AGENT_PROFILE_ID APPLE_AGENT_SVCLASS_ID
/*
* Compatibility macros for the old MDP acronym