component/bt: enlarge GATT related data size to remove the log of error "GATT Stack failed"

This commit is contained in:
wangmengyang
2016-11-24 15:14:48 +08:00
parent 965735febb
commit d50792dec9
3 changed files with 8 additions and 8 deletions

View File

@@ -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