You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/08/15 00:30:07 UTC

[mynewt-newtmgr] 02/03: nmxact - Fix typo in Iotivity rsp chr UUID.

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit 09a3fc37422db8c83f59b0f41ea9c10d997a03f8
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Mon Aug 14 17:24:25 2017 -0700

    nmxact - Fix typo in Iotivity rsp chr UUID.
---
 nmxact/bledefs/bledefs.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nmxact/bledefs/bledefs.go b/nmxact/bledefs/bledefs.go
index 6b31ca2..e6bb5b9 100644
--- a/nmxact/bledefs/bledefs.go
+++ b/nmxact/bledefs/bledefs.go
@@ -35,7 +35,7 @@ const CccdUuid = 0x2902
 
 const IotivitySvcUuid = "ade3d529-c784-4f63-a987-eb69f70ee816"
 const IotivityReqChrUuid = "ad7b334f-4637-4b86-90b6-9d787f03d218"
-const IotivityRspChrUuid = "ad7b334f-4637-4b86-90b6-9d787f03d218"
+const IotivityRspChrUuid = "e9241982-4580-42c4-8831-95048216b256"
 
 const UnauthSvcUuid = "0c08c213-98ed-4e43-a499-7e1137c39567"
 const UnauthReqChrUuid = "69b8a928-2ab2-487b-923e-54ce53a18bc1"

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.