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 <ccoll...@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" <commits@mynewt.apache.org>.

Reply via email to