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 5e25b14..3e67a53 100644 --- a/android/socket.c +++ b/android/socket.c @@ -46,6 +46,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 @@ -117,6 +118,12 @@ static struct { 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB }, .channel = OPP_DEFAULT_CHANNEL + }, { + .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