component/bt: recover the BLE buffer size macros
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user