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/07/14 22:50:05 UTC

[mynewt-newtmgr] 01/02: nmxact - Stop scanning for Iotivity 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 d748b023adde1a2be5462652ba0b8cab9626e224
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Fri Jul 14 15:01:55 2017 -0700

    nmxact - Stop scanning for Iotivity UUID.
---
 nmxact/scan/scan.go | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/nmxact/scan/scan.go b/nmxact/scan/scan.go
index 318e777..ba1a081 100644
--- a/nmxact/scan/scan.go
+++ b/nmxact/scan/scan.go
@@ -57,14 +57,6 @@ func BleOmpScanCfg(ScanCb ScanFn) Cfg {
 					}
 				}
 
-				iotUuid, _ := bledefs.ParseUuid(bledefs.OmpUnsecSvcUuid)
-				for _, u128 := range adv.Fields.Uuids128 {
-					u := bledefs.BleUuid{U128: u128}
-					if bledefs.CompareUuids(u, iotUuid) == 0 {
-						return true
-					}
-				}
-
 				return false
 			},
 		},

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