mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-20 17:00:01 +00:00
apps/bttester: Update L2CAP COC MTU to be lower than application MTU
Some testcases require MPS < MTU to test reassembly.
This commit is contained in:
@@ -70,6 +70,8 @@ syscfg.vals:
|
||||
RTT_NUM_BUFFERS_DOWN: 1
|
||||
|
||||
BLE_L2CAP_COC_MAX_NUM: 2
|
||||
# Some testcases require MPS < MTU (MPS == COC_MTU, MTU == application MTU)
|
||||
BLE_L2CAP_COC_MTU: 100
|
||||
BLE_RPA_TIMEOUT: 10
|
||||
BLE_SM_BONDING: 1
|
||||
BLE_SM_MITM: 1
|
||||
|
||||
Reference in New Issue
Block a user