From b1e23ebd37672903bfeba3af2922382bda648908 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Mon, 25 Nov 2013 15:08:44 +0200 Subject: [PATCH] android/socket: Add MAS uuid to profile table --- android/socket.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/socket.c b/android/socket.c index 64f54e443..43324d042 100644 --- a/android/socket.c +++ b/android/socket.c @@ -47,6 +47,7 @@ #define OPP_DEFAULT_CHANNEL 9 #define PBAP_DEFAULT_CHANNEL 15 +#define MAS_DEFAULT_CHANNEL 16 #define SVC_HINT_OBEX 0x10 @@ -210,6 +211,12 @@ static struct profile_info { .channel = OPP_DEFAULT_CHANNEL, .svc_hint = SVC_HINT_OBEX, .create_record = create_opp_record + }, { + .uuid = { + 0x00, 0x00, 0x11, 0x32, 0x00, 0x00, 0x10, 0x00, + 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB + }, + .channel = MAS_DEFAULT_CHANNEL } }; -- 2.47.3