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 eba277e9a6d9c361b8e5f99d6894924f0eaba896
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Fri Aug 11 10:51:28 2017 -0700

    nmxact - replace public service with iotivity.
---
 nmxact/bledefs/bledefs.go | 6 +++---
 nmxact/nmble/ble_util.go  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nmxact/bledefs/bledefs.go b/nmxact/bledefs/bledefs.go
index 780587e..6b31ca2 100644
--- a/nmxact/bledefs/bledefs.go
+++ b/nmxact/bledefs/bledefs.go
@@ -33,9 +33,9 @@ const BLE_ATT_MTU_DFLT = 23
 
 const CccdUuid = 0x2902
 
-const PublicSvcUuid = "40e32721-9153-43a3-9ab3-ee7d4c84fcb2"
-const PublicReqChrUuid = "223387b6-63e6-4d16-8a58-988542253a54"
-const PublicRspChrUuid = "cb9564db-184c-4b9d-b221-6362679cad10"
+const IotivitySvcUuid = "ade3d529-c784-4f63-a987-eb69f70ee816"
+const IotivityReqChrUuid = "ad7b334f-4637-4b86-90b6-9d787f03d218"
+const IotivityRspChrUuid = "ad7b334f-4637-4b86-90b6-9d787f03d218"
 
 const UnauthSvcUuid = "0c08c213-98ed-4e43-a499-7e1137c39567"
 const UnauthReqChrUuid = "69b8a928-2ab2-487b-923e-54ce53a18bc1"
diff --git a/nmxact/nmble/ble_util.go b/nmxact/nmble/ble_util.go
index 8a11ec0..d410ea5 100644
--- a/nmxact/nmble/ble_util.go
+++ b/nmxact/nmble/ble_util.go
@@ -765,9 +765,9 @@ func BuildMgmtChrs(mgmtProto sesn.MgmtProto) (BleMgmtChrs, 
error) {
        ompReqChrUuid, _ := ParseUuid(OmpUnsecReqChrUuid)
        ompRspChrUuid, _ := ParseUuid(OmpUnsecRspChrUuid)
 
-       publicSvcUuid, _ := ParseUuid(PublicSvcUuid)
-       publicReqChrUuid, _ := ParseUuid(PublicReqChrUuid)
-       publicRspChrUuid, _ := ParseUuid(PublicRspChrUuid)
+       publicSvcUuid, _ := ParseUuid(IotivitySvcUuid)
+       publicReqChrUuid, _ := ParseUuid(IotivityReqChrUuid)
+       publicRspChrUuid, _ := ParseUuid(IotivityRspChrUuid)
 
        unauthSvcUuid, _ := ParseUuid(UnauthSvcUuid)
        unauthReqChrUuid, _ := ParseUuid(UnauthReqChrUuid)

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

Reply via email to