Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 1/4] lib/sdp: Add attributes and service class for MPS
@ 2014-05-23 15:11 Szymon Janc
  2014-05-23 15:11 ` [PATCH v2 2/4] android/bluetooth: Register SDP record " Szymon Janc
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Szymon Janc @ 2014-05-23 15:11 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-26  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 15:11 [PATCH v2 1/4] lib/sdp: Add attributes and service class for MPS Szymon Janc
2014-05-23 15:11 ` [PATCH v2 2/4] android/bluetooth: Register SDP record " Szymon Janc
2014-05-23 15:11 ` [PATCH v2 3/4] android/pics: Enable NAP and PBAP in MPS settings Szymon Janc
2014-05-23 15:11 ` [PATCH v2 4/4] android/pts: Update MPS tests results Szymon Janc
2014-05-26  9:11 ` [PATCH v2 1/4] lib/sdp: Add attributes and service class for MPS Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox