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

Commit c6f387bc authored by Zhihai Xu's avatar Zhihai Xu
Browse files

Increasing the SDP_MTU_SIZE from 256 to the default 672 bytes

This works better with IOT of devices
bug 10588724

Change-Id: I28fd74339d8f344b056b82bf2d71e7d70be7a0fa
parent 52e7ca94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1616,7 +1616,7 @@ and USER_HW_DISABLE_API macros */

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

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