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

commit 90ce3a4caa5b5ffb67416dce19f17da051cf0ced
Author: Szymon Czapracki <szymon.czapra...@codecoup.pl>
AuthorDate: Mon Jul 7 12:49:50 2025 +0200

    nimble/bttester: Enable subrating for bttester
    
    Enable subrating features for bttester.
    This feature is required for following tests:
    GAP/CSUB/CSR/BV-01-C & GAP/CSUB/CSU/BV-01-C.
---
 apps/bttester/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 646c1b66a..18fa8afb0 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -189,3 +189,4 @@ syscfg.vals.!BTTESTER_NODEFAULT:
     BLE_MESH_RX_SEG_MAX: 13
     BLE_MESH_TX_SEG_MSG_COUNT: 2
     BLE_MAX_CONNECTIONS: 8
+    BLE_CONN_SUBRATING: 1

Reply via email to