From a5ee8819e2cb177d49c6fcf1c683dd97bd3211cb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 2 Oct 2012 13:42:43 +0300 Subject: [PATCH] lib: Add some missing svclass values --- lib/sdp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/sdp.h b/lib/sdp.h index 2fe74d54d..de411850e 100644 --- a/lib/sdp.h +++ b/lib/sdp.h @@ -129,6 +129,11 @@ extern "C" { #define PBAP_PCE_SVCLASS_ID 0x112e #define PBAP_PSE_SVCLASS_ID 0x112f #define PBAP_SVCLASS_ID 0x1130 +#define MAP_MSE_SVCLASS_ID 0x1132 +#define MAP_MCE_SVCLASS_ID 0x1133 +#define MAP_SVCLASS_ID 0x1134 +#define GNSS_SVCLASS_ID 0x1135 +#define GNSS_SERVER_SVCLASS_ID 0x1136 #define PNP_INFO_SVCLASS_ID 0x1200 #define GENERIC_NETWORKING_SVCLASS_ID 0x1201 #define GENERIC_FILETRANS_SVCLASS_ID 0x1202 -- 2.47.3