Merge branch 'bugfix/incr_sdp_max_conns_v4.3' into 'release/v4.3'

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

See merge request espressif/esp-idf!25432
This commit is contained in:
Jiang Jiang Jian 2023-09-04 14:24:43 +08:00
commit ff16d2dc1c

View File

@ -1427,7 +1427,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. */