You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/06/09 09:18:10 UTC

[GitHub] [mynewt-nimble] KKopyscinski commented on issue #586: l2cap coc: Add timer guard on the receiver side

KKopyscinski commented on issue #586:
URL: https://github.com/apache/mynewt-nimble/issues/586#issuecomment-857532339


   The problem with missing frames is solved: both host and controller are working fine. Blestress was just configured not well enough: setting `BLE_ACL_BUF_SIZE: MYNEWT_VAL_BLE_L2CAP_COC_MPS+4` solves the issue - test is not stuck, all data is transferred properly. Basically, we need to use ACL data packets that are able to contain MPS and HCI data header. For default BLE_L2CAP_COC_MPS size (MSYS_1_BLOCK_SIZE-8 = 286) default BLE_ACL_BUF_SIZE of 255 is just to small


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org