fix reconnect

This commit is contained in:
awalol
2026-03-10 16:14:05 +08:00
parent 9a929530d9
commit 0fd9c2bdd3
8 changed files with 178 additions and 86 deletions
+1 -2
View File
@@ -4,7 +4,6 @@
#ifndef BTSTACK_CONFIG_H
#define BTSTACK_CONFIG_H
#define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
#ifndef ENABLE_CLASSIC
#define ENABLE_CLASSIC
#endif
@@ -39,4 +38,4 @@
#define ENABLE_LOG_INFO
#define ENABLE_LOG_ERROR
#endif
#endif