mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00
component/bt: enlarge GATT related data size to remove the log of error "GATT Stack failed"
This commit is contained in:
@@ -135,11 +135,11 @@ typedef UINT16 tGATT_DISCONN_REASON;
|
||||
#define GATT_INVALID_CONN_ID 0xFFFF
|
||||
|
||||
#ifndef GATT_CL_MAX_LCB
|
||||
#define GATT_CL_MAX_LCB 2 // 22
|
||||
#define GATT_CL_MAX_LCB 4 // 22
|
||||
#endif
|
||||
|
||||
#ifndef GATT_MAX_SCCB
|
||||
#define GATT_MAX_SCCB 2
|
||||
#define GATT_MAX_SCCB 4
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user