Diff between 04b220a1e485deb3bf025cdc706a4c3958a1c294 and 252a32ac0b3f6f2d34747fb9d9ba6f34e1b9f8be
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/a2dp.c | +2 | -0 | modified |
Full Patch
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index c97bd6e..438ef29 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -2592,6 +2592,8 @@ static bool a2dp_server_listen(struct a2dp_server *server)
BT_IO_OPT_MODE, mode,
BT_IO_OPT_SEC_LEVEL, BT_IO_SEC_MEDIUM,
BT_IO_OPT_CENTRAL, true,
+ /* Set Input MTU to 0 for auto-tune attempt */
+ BT_IO_OPT_IMTU, 0,
BT_IO_OPT_INVALID);
if (server->io)
return true;