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

NFC polling interval

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.7.0 FF
    • 6.4
    • Connectivity: NFC
    • None
    • 6a2c6e316 (dev)
    • Foundations Sprint 95, Foundations Sprint 96

    Description

      This is a request to surface a property for the polling interval for QNearFieldManager::targetDetected().

      QPcscManager::onStateUpdate() is only polled every second, currently controlled by StateUpdateIntervalMs 

      static constexpr int StateUpdateIntervalMs = 1000; 

      Our contactless nfc reader polls every 10 msecs. Since our nfc reader beeps when it detects a card the user usually removes the card before the program detects it but they assume the operation has completed.

      It would be useful if the interval could be surfaced, perhaps as an additional parameter in QNearFieldManager::startTargetDetection(). If not perhaps the interval could be shortened to 50 or 100 msecs as I think 1 second is too long as a default interval, at least, for NFC tap operations.

      Attachments

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

        Activity

          People

            ievgenii.meshcheriakov Ievgenii Meshcheriakov
            acepos Kris Wylie
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes