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

pull/12186/head
Jin Cheng 2023-08-03 16:52:50 +08:00
rodzic d8484f00db
commit 83f6cc60bc
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. */