mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/incr_sdp_max_conns_v5.1' into 'release/v5.1'
fix(bt): Increased SDP maximum connections to avoid connection exhausted (v5.1) See merge request espressif/esp-idf!25429
This commit is contained in:
commit
d00077e5a9
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user