summaryrefslogtreecommitdiffstats
path: root/btif/include
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2013-05-31 09:42:57 +0200
committerDanny Baumann <dannybaumann@web.de>2013-05-31 09:42:57 +0200
commitea48d2e7809afa1dada69bc27693b9b9fe3b59a6 (patch)
tree6f1c4d5ae6b2199781e6bcb2a4b12792aa0fd150 /btif/include
parent4b56e400bc2e101b7c3242c4556381ac8cb14ea5 (diff)
downloadexternal_bluetooth_bluedroid-ea48d2e7809afa1dada69bc27693b9b9fe3b59a6.zip
external_bluetooth_bluedroid-ea48d2e7809afa1dada69bc27693b9b9fe3b59a6.tar.gz
external_bluetooth_bluedroid-ea48d2e7809afa1dada69bc27693b9b9fe3b59a6.tar.bz2
Fix MAP SDP record generation [1/3]
This change adds support for generating MAS and MNS SDP records. Change-Id: I54d5d5847b9cdf4bd5e03aadf4e5012540e669c0
Diffstat (limited to 'btif/include')
-rw-r--r--btif/include/btif_sock_sdp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/btif/include/btif_sock_sdp.h b/btif/include/btif_sock_sdp.h
index 9fe4768..d3f1268 100644
--- a/btif/include/btif_sock_sdp.h
+++ b/btif/include/btif_sock_sdp.h
@@ -24,6 +24,10 @@ static const UINT8 UUID_PBAP_PSE[] = {0x00, 0x00, 0x11, 0x2F, 0x00, 0x0
0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB};
static const UINT8 UUID_SPP[] = {0x00, 0x00, 0x11, 0x01, 0x00, 0x00, 0x10, 0x00,
0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB};
+static const UINT8 UUID_MESSAGE_ACCESS[] = {0x00, 0x00, 0x11, 0x32, 0x00, 0x00, 0x10, 0x00,
+ 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb};
+static const UINT8 UUID_MESSAGE_NOTIF[] = {0x00, 0x00, 0x11, 0x33, 0x00, 0x00, 0x10, 0x00,
+ 0x80, 0x00, 0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb};
static inline BOOLEAN is_uuid_empty(const uint8_t* uuid)
{