Skip to content

Commit

Permalink
Merge branch 'bugfix/incr_sdp_max_conns_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
fix(bt): Increased SDP maximum connections to avoid connection exhausted (v4.4)

See merge request espressif/esp-idf!25431
  • Loading branch information
jack0c committed Aug 23, 2023
2 parents 0f775fa + 83f6cc6 commit 37cf841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 37cf841

Please sign in to comment.