Add support for MCAP UUIDs

This commit is contained in:
Marcel Holtmann 2008-03-05 19:30:32 +00:00
parent 5ab165a4d3
commit f767416e71
2 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,8 @@ extern "C" {
#define AVDTP_UUID 0x0019
#define CMTP_UUID 0x001b
#define UDI_UUID 0x001d
#define MCAP_CTRL_UUID 0x001e
#define MCAP_DATA_UUID 0x001f
#define L2CAP_UUID 0x0100
/*

View File

@ -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 }
};