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:
Krzysztof Kopyściński
2024-03-04 08:38:31 +01:00
committed by Krzysztof Kopyściński
parent b4eb3bbdd5
commit 7cf4b883d4
+3
View File
@@ -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