Explorar o código

Merge branch 'bugfix/incr_sdp_max_conns' into 'master'

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

Closes BTQABR2023-12

See merge request espressif/esp-idf!25184
Wang Meng Yang %!s(int64=2) %!d(string=hai) anos
pai
achega
37c3fa8221

+ 1 - 1
components/bt/host/bluedroid/common/include/common/bt_target.h

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