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 2020/10/07 08:07:07 UTC

[mynewt-nimble] branch master updated: bttester/syscfg.yml: add GAP services Changes in config add "Appearance" characteristic and make "Device Name" characteristic writable, which allows to execute tests GAP/GAT/BV-05-C and GAP/GAT/BV-06-C.

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 dba0979  bttester/syscfg.yml: add GAP services Changes in config add "Appearance" characteristic and make "Device Name" characteristic writable, which allows to execute tests GAP/GAT/BV-05-C and GAP/GAT/BV-06-C.
dba0979 is described below

commit dba097972d28701c10b9af2a48af7d924c9cfca3
Author: Krzysztof Kopyściński <kr...@codecoup.pl>
AuthorDate: Wed Oct 7 09:21:08 2020 +0200

    bttester/syscfg.yml: add GAP services
    Changes in config add "Appearance" characteristic and make "Device Name"
    characteristic writable, which allows to execute tests GAP/GAT/BV-05-C
    and GAP/GAT/BV-06-C.
---
 apps/bttester/syscfg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 8aeac10..82000fb 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -104,6 +104,8 @@ syscfg.vals:
     BLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL: 9
     BLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL: 30
     BLE_SVC_GAP_PPCP_SUPERVISION_TMO: 2000
+    BLE_SVC_GAP_APPEARANCE_WRITE_PERM: 0
+    BLE_SVC_GAP_DEVICE_NAME_WRITE_PERM: 0
     BLE_STORE_CONFIG_PERSIST: 0
 
     BLE_MESH: 1