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 2021/05/27 08:19:59 UTC

[mynewt-nimble] 21/31: bttester: Set Company ID to Intel Corp.

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 01879ef557be49f966a7ab7393169e0b5f841bb1
Author: Krzysztof Kopyściński <kr...@codecoup.pl>
AuthorDate: Tue Apr 20 10:52:17 2021 +0200

    bttester: Set Company ID to Intel Corp.
    
    Tests require CID to have valid value, listed in BT SIG
    Assigned Numbers/Company Identifiers. Let's set it to
    Intel Corp. (0x0002)
    
    This affects MESH/NODE/CFG/CFGF/BV-01-C
---
 apps/bttester/src/mesh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/bttester/src/mesh.c b/apps/bttester/src/mesh.c
index 8226fe9..1ad322f 100644
--- a/apps/bttester/src/mesh.c
+++ b/apps/bttester/src/mesh.c
@@ -41,7 +41,7 @@
 extern uint8_t own_addr_type;
 
 #define CONTROLLER_INDEX 0
-#define CID_LOCAL 0xffff
+#define CID_LOCAL 0x0002
 
 /* Health server data */
 #define CUR_FAULTS_MAX 4