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
commit 6290d39c0757e64ba1de4c68270548aee2462983 Author: MichaĆ Narajowski <[email protected]> AuthorDate: Wed Oct 2 10:56:39 2019 +0200 apps/bttester: Support 2 L2CAP signaling procs In L2CAP/COS/CFC/BV-05-C the PTS sends two connection requests simultaneously and we need to be able to process them. --- apps/bttester/syscfg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml index 711b57f..5a8680f 100644 --- a/apps/bttester/syscfg.yml +++ b/apps/bttester/syscfg.yml @@ -81,6 +81,7 @@ syscfg.vals: RTT_NUM_BUFFERS_DOWN: 0 BLE_L2CAP_COC_MAX_NUM: 2 + BLE_L2CAP_SIG_MAX_PROCS: 2 # Some testcases require MPS < MTU BLE_L2CAP_COC_MPS: 100 BLE_RPA_TIMEOUT: 30
