fix(bt): Increased SDP maximum connections to avoid connection exhausted

This commit is contained in:
Jin Cheng 2023-08-03 16:52:50 +08:00
parent 92bc2c74fc
commit 849ab66f5f

View File

@ -1482,7 +1482,7 @@
/* The maximum number of simultaneous client and server connections. */
#ifndef SDP_MAX_CONNECTIONS
#define SDP_MAX_CONNECTIONS 2 // 4
#define SDP_MAX_CONNECTIONS 4
#endif
/* The MTU size for the L2CAP configuration. */