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

Fix QNearFieldTarget::AccessMethods flags definition

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P1: Critical
    • 5.2.0
    • None
    • Connectivity: NFC
    • None
    • Ic7654c0906b22bbd5c71bafd3e90a924bf913e23

    Description

      Currently QNearFieldTarget::AccessMethod enums are defined so that it's not possible to OR them together.

      Targets can provide for example NDEF access and tag specific access and API should allow that.

      AccessMethod enum could be updated e.g. to

      enum AccessMethod {
          NdefAccess = 0x1,
          TagTypeSpecificAccess = 0x2,
          LlcpAccess = 0x4
      };
      

      For additional info, see QTMOBILITY-2024.

      Attachments

        For Gerrit Dashboard: QTBUG-26027
        # Subject Branch Project Status CR V

        Activity

          People

            ablasche Alex Blasche
            jukukkon Juha Kukkonen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 4 hours
                4h
                Remaining:
                Remaining Estimate - 4 hours
                4h
                Logged:
                Time Spent - Not Specified
                Not Specified

                Gerrit Reviews

                  There are no open Gerrit changes