You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2019/02/08 15:51:56 UTC

[mynewt-nimble] branch master updated: apps/bttester: Update L2CAP COC MTU to be lower than application MTU

This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ef718c  apps/bttester: Update L2CAP COC MTU to be lower than application MTU
7ef718c is described below

commit 7ef718c120657021537d388945676e6c3527897d
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Fri Feb 8 16:15:40 2019 +0100

    apps/bttester: Update L2CAP COC MTU to be lower than application MTU
    
    Some testcases require MPS < MTU to test reassembly.
---
 apps/bttester/syscfg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 51bf871..ceda269 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -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