Hi Mikel, On Wed, Apr 11, 2012 at 9:57 AM, Mikel Astiz <mikel.astiz.oss@xxxxxxxxx> wrote: > From: Mikel Astiz <mikel.astiz@xxxxxxxxxxxx> > > When multiple SCO links are active, the packet size typically doubles. > --- > audio/transport.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/audio/transport.c b/audio/transport.c > index 7bf7309..672fa52 100644 > --- a/audio/transport.c > +++ b/audio/transport.c > @@ -356,7 +356,7 @@ static void headset_resume_complete(struct audio_device *dev, void *user_data) > if (fd < 0) > goto fail; > > - imtu = 48; > + imtu = 96; > omtu = 48; > > media_transport_set_fd(transport, fd, imtu, omtu); > @@ -461,7 +461,7 @@ static void gateway_resume_complete(struct audio_device *dev, GError *err, > if (fd < 0) > goto fail; > > - imtu = 48; > + imtu = 96; > omtu = 48; > > media_transport_set_fd(transport, fd, imtu, omtu); > -- > 1.7.7.6 Nak, this probably needs more investigation why doubling the MTU works. -- Luiz Augusto von Dentz -- 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