Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-52324

Bug in LE central manager preventing details discovery on included services

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.1
    • 5.6.0
    • None
    • iOS/OS X
    • 1f83f647a62e6f0ee1fd5eaf3e48d28c3a4f01b4

    Description

      Lost negation ('!') seems to be a culprit:

      if ([visitedNodes containsObject:s] && s.includedServices && s.includedServices.count) {
      

      must be

      if (![visitedNodes containsObject:s] && s.includedServices && s.includedServices.count) {
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tpochep Timur Pocheptsov
            tpochep Timur Pocheptsov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes