From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/socket.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/socket.c b/android/socket.c index 9890739..e3241c9 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 /* Use Object Transfer for all services */ #define SVC_HINT_OBEX 0x10 @@ -190,6 +191,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 } }; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html