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

NFC replies for commands sent in tag specific access mode are dropped by Qt Mobility

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 4.7.4
    • Connectivity: NFC
    • None
    • Symbian Belle SDK target in Qt SDK

      We are sending custom messages to a type 4 NFC tag by using QNearFieldTarget::sendCommand.

      The problem is that even though we can see in the output window that the replies are correct, Qt discards them with checksum errors. The code that discards messages is found in QNearFieldTagType4Symbian::decodeResponse. The actual line of code is *if
      ((command.count()> 2)&& (0x00 == command.at(0)))*.

      In our particular case the reply does not satisfy the 0x00 check, while still being valid.

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

            satu.m.makela satu makela
            razvan.petru Razvan Petru
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes