From f767416e71484be2463caa6482dc978e165cabae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 Mar 2008 19:30:32 +0000 Subject: Add support for MCAP UUIDs --- src/sdp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/sdp.c b/src/sdp.c index 3b1a5d93..44ba17e4 100644 --- a/src/sdp.c +++ b/src/sdp.c @@ -124,6 +124,8 @@ static struct tupla Protocol[] = { { AVDTP_UUID, "AVDTP" }, { CMTP_UUID, "CMTP" }, { UDI_UUID, "UDI" }, + { MCAP_CTRL_UUID, "MCAP-Ctrl" }, + { MCAP_DATA_UUID, "MCAP-Data" }, { L2CAP_UUID, "L2CAP" }, { 0 } }; -- cgit