This is an automated email from the ASF dual-hosted git repository.
janc 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 b1ecc2da6 apps/bttester: Fix build with EATT enabled
b1ecc2da6 is described below
commit b1ecc2da6ab319018479095a275b55669545dfa7
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Mar 21 15:35:10 2024 +0100
apps/bttester: Fix build with EATT enabled
EATT support requires at least same number of COC channels.
---
apps/bttester/syscfg.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index f3352b894..bb4d6f775 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -114,7 +114,7 @@ syscfg.vals:
RTT_NUM_BUFFERS_UP: 0
RTT_NUM_BUFFERS_DOWN: 0
- BLE_L2CAP_COC_MAX_NUM: 3
+ BLE_L2CAP_COC_MAX_NUM: 5
BLE_L2CAP_SIG_MAX_PROCS: 2
BLE_L2CAP_ENHANCED_COC: 1
BLE_EATT_CHAN_NUM: 5