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

QLowEnergyController::Error(40)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.13.1
    • None
    • Android

    Description

      QLowEnergyController error reports an error value outside of QLowEnergyController::Error enum.

      slot where error is being printed:

       

      void LowEnergyConnector::lowEnergyControllerError(QLowEnergyController::Error error)
      { 
          qCDebug(connectivity) << "Controller error:" << error; 
      }
      

       

      printed line:

      [connectivity][debug][:0][]Controller error: QLowEnergyController::Error(40)

      Expected result: error signal reports value only from Error enum

      Actual result: error signal reports a value outside of range

      Attachments

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

        Activity

          People

            ablasche Alex Blasche
            victor.corchez Victor Corchez
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes