component/bt: recover the BLE buffer size macros

This commit is contained in:
wangmengyang
2017-03-14 21:00:58 +08:00
parent 6cb9985e5d
commit a96df34d9b
3 changed files with 10 additions and 10 deletions
@@ -178,7 +178,7 @@ typedef struct {
TIMER_LIST_ENT raddr_timer_ent;
} tBTM_LE_RANDOM_CB;
#define BTM_BLE_MAX_BG_CONN_DEV_NUM 2
#define BTM_BLE_MAX_BG_CONN_DEV_NUM 10
typedef struct {
UINT16 min_conn_int;
@@ -139,11 +139,11 @@ typedef UINT16 tGATT_DISCONN_REASON;
#define GATT_INVALID_CONN_ID 0xFFFF
#ifndef GATT_CL_MAX_LCB
#define GATT_CL_MAX_LCB 4 // 22
#define GATT_CL_MAX_LCB 12 // 22
#endif
#ifndef GATT_MAX_SCCB
#define GATT_MAX_SCCB 4
#define GATT_MAX_SCCB 10
#endif