mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Merge branch 'bugfix/incr_sdp_max_conns_v5.0' into 'release/v5.0'
fix(bt): Increased SDP maximum connections to avoid connection exhausted (v5.0) See merge request espressif/esp-idf!25430
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user