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

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

See merge request espressif/esp-idf!25431
pull/12186/head
Jiang Jiang Jian 2023-08-23 12:15:37 +08:00
commit 37cf841a12
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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