--- lib/sdp.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/sdp.h b/lib/sdp.h index 34adf9a..cc10e9f 100644 --- a/lib/sdp.h +++ b/lib/sdp.h @@ -134,6 +134,8 @@ extern "C" { #define MAP_SVCLASS_ID 0x1134 #define GNSS_SVCLASS_ID 0x1135 #define GNSS_SERVER_SVCLASS_ID 0x1136 +#define MPS_SC_SVCLASS_ID 0x113A +#define MPS_SVCLASS_ID 0x113B #define PNP_INFO_SVCLASS_ID 0x1200 #define GENERIC_NETWORKING_SVCLASS_ID 0x1201 #define GENERIC_FILETRANS_SVCLASS_ID 0x1202 @@ -228,6 +230,7 @@ extern "C" { #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 +#define MPS_PROFILE_ID MPS_SC_SVCLASS_ID /* * Compatibility macros for the old MDP acronym @@ -270,6 +273,10 @@ extern "C" { #define SDP_ATTR_GOEP_L2CAP_PSM 0x0200 #define SDP_ATTR_SVCDB_STATE 0x0201 +#define SDP_ATTR_MPSD_SCENARIOS 0x0200 +#define SDP_ATTR_MPMD_SCENARIOS 0x0201 +#define SDP_ATTR_MPS_DEPENDENCIES 0x0202 + #define SDP_ATTR_SERVICE_VERSION 0x0300 #define SDP_ATTR_EXTERNAL_NETWORK 0x0301 #define SDP_ATTR_SUPPORTED_DATA_STORES_LIST 0x0301 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html