mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
fix(bt): Increased SDP maximum connections to avoid connection exhausted
This commit is contained in:
@@ -1498,7 +1498,7 @@
|
|||||||
|
|
||||||
/* The maximum number of simultaneous client and server connections. */
|
/* The maximum number of simultaneous client and server connections. */
|
||||||
#ifndef SDP_MAX_CONNECTIONS
|
#ifndef SDP_MAX_CONNECTIONS
|
||||||
#define SDP_MAX_CONNECTIONS 2 // 4
|
#define SDP_MAX_CONNECTIONS 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The MTU size for the L2CAP configuration. */
|
/* The MTU size for the L2CAP configuration. */
|
||||||
|
Reference in New Issue
Block a user