You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2024/03/21 09:23:20 UTC

(mynewt-nimble) branch master updated: apps/bttester: change device name max len in syscfg

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 f12fbcdb1 apps/bttester: change device name max len in syscfg
f12fbcdb1 is described below

commit f12fbcdb19a8ca29b15ec3b939ce2f522be03428
Author: Piotr Narajowski <pi...@codecoup.pl>
AuthorDate: Thu Mar 21 09:22:08 2024 +0100

    apps/bttester: change device name max len in syscfg
    
    This is needed for upper tester, test case GATT/SR/GAW/BI-32-C
    
    Signed-off-by: Piotr Narajowski <pi...@codecoup.pl>
---
 apps/bttester/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 68a60f6a2..83eea8cef 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -116,6 +116,7 @@ syscfg.vals:
     BLE_SVC_GAP_PPCP_SUPERVISION_TMO: 2000
     BLE_SVC_GAP_APPEARANCE_WRITE_PERM: 0
     BLE_SVC_GAP_DEVICE_NAME_WRITE_PERM: 0
+    BLE_SVC_GAP_DEVICE_NAME_MAX_LENGTH: 6
     BLE_STORE_CONFIG_PERSIST: 0
 
     BLE_MESH: 1