mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
apps/bttester: Increase number of supported L2CAP CoC channels
Increase BLE_L2CAP_COC_MAX_NUM value to 3. This was affecting L2CAP/ECFC/BV-27-C qualification test case.
This commit is contained in:
@@ -97,7 +97,7 @@ syscfg.vals:
|
||||
RTT_NUM_BUFFERS_UP: 0
|
||||
RTT_NUM_BUFFERS_DOWN: 0
|
||||
|
||||
BLE_L2CAP_COC_MAX_NUM: 2
|
||||
BLE_L2CAP_COC_MAX_NUM: 3
|
||||
BLE_L2CAP_SIG_MAX_PROCS: 2
|
||||
BLE_L2CAP_ENHANCED_COC: 1
|
||||
BLE_EATT_CHAN_NUM: 5
|
||||
|
||||
Reference in New Issue
Block a user