mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-25 02:17:21 +00:00
apps/blestress: set BLE_ACL_BUF_SIZE to proper value
With current (default) CoC MPS setting we were trying to send more than HCI packet could hold. This patch increases its size to sufficient value.
This commit is contained in:
committed by
Krzysztof Kopyściński
parent
b4eb3bbdd5
commit
7cf4b883d4
@@ -82,3 +82,6 @@ syscfg.vals:
|
||||
|
||||
# Whether to save data to sys/config, or just keep it in RAM.
|
||||
BLE_STORE_CONFIG_PERSIST: 0
|
||||
|
||||
# ACL buf size must be able to contain CoC MPS plus ACL header
|
||||
BLE_TRANSPORT_ACL_SIZE: MYNEWT_VAL_BLE_L2CAP_COC_MPS + 4
|
||||
|
||||
Reference in New Issue
Block a user