Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 738fee65 authored by Kim Low's avatar Kim Low Committed by Myles Watson
Browse files

Increase default SDP_MTU_SIZE to 1024

This fixes a problem where older DualShock4 controllers would
not connect with SDP_MTU_SIZE < 1024.

Fixes: 70356237
Change-Id: I96a6ee0536547b93f2ae411eb1d8860292855c31
parent 5ece122c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -766,7 +766,7 @@

/* The MTU size for the L2CAP configuration. */
#ifndef SDP_MTU_SIZE
#define SDP_MTU_SIZE 672
#define SDP_MTU_SIZE 1024
#endif

/* The flush timeout for the L2CAP configuration. */