| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '882349859efd9537d8dca8d5e5bf6a88c4fc42ff':
Fix a compilation bug with PHDBG_TRACES enabled.
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '354aeee4f256f2bfb013a1f11324b7f54386fedd':
Fix a compilation bug with PHDBG_TRACES enabled.
|
| | |
| | |
| | |
| | | |
Change-Id: I6f3a96b9b063b66f735ff97c1aa63aaaad0a03b9
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
of NDEF on ICODE.
* commit '66973b6478befa02b0f227f7069fe9f22ec4c28f':
Support formatting / makeReadOnly() of NDEF on ICODE.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit '649229da505c1f8564f6dd6f2873a9a96416a7d9':
Support formatting / makeReadOnly() of NDEF on ICODE.
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* commit '4f3ef022906e5d3b763fbcfe81e3f5cd53976ab5':
Support formatting / makeReadOnly() of NDEF on ICODE.
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I2a7a185ead5de8f2b165c81dcc8ab8fb46c1ddc0
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '39850fca6051deb349f8b13f4f7e0203834526b3':
Added support for NDEF on ICODE.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'bb2e41f0d14865792bafbd9a4ff2aa778fde2049':
Added support for NDEF on ICODE.
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* commit 'a6e012a748e70ab203655d4e1c0d0a77b6515fad':
Added support for NDEF on ICODE.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch allows reading and writing of NDEF messages on ICODE tags.
Change-Id: I43b4845c898c2bf268f609a5a81e991460059ff6
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
timers.
* commit '40e437b3d6885ba04c356f840db6af18f9e39308':
Fix to prevent accidental stopping of timers.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'a16a757c0365eb800e5cc675670a3a2d97fd1b8e':
Fix to prevent accidental stopping of timers.
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* commit '29e144ebf81b0f09b3fe4c26b67485ce836909c6':
Fix to prevent accidental stopping of timers.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Time-out value of 0 is used to indicate minimum value, see e.g.
PH_HAL4NFC_RECV_CB_TIMEOUT in phHal4Nfc_P2P.c where it is used with P2P target
receive in case data has already been received by the PN544
Change-Id: I9f15f2135ca003b848590fc87265edb39d85bf4c
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
responses from libNFC.
* commit '7923b4b3394bd08bdfc866572b1a756eab4f5ce1':
Narrow down NFCSTATUS_TARGET_LOST responses from libNFC.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
libNFC.
* commit '323956234e513e9200e2ec2b44dee3a37e937094':
Narrow down NFCSTATUS_TARGET_LOST responses from libNFC.
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* commit 'a61bf7e2cb6cf80f1deea680613423a477ac4fb8':
Narrow down NFCSTATUS_TARGET_LOST responses from libNFC.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
During extensive testing we found that some ISO15693 tags do not react
to some commands. However, they do send an error code to the PN544 indicating
they do not support the command. The PN544 in turn sends one specific error code
over the HCI interface. However, libNFC maps that error code always
to NFCSTATUS_TARGET_LOST, which in the end maps to the application API reporting
a TargetLostException.
This fix maps only the timeout return values from the PN544 to NFCSTATUS_TARGET_LOST;
all other values are mapped to NFCSTATUS_FAILED, which in turn maps to an
IOException at API level.
In effect, a timeout is still not the same as a target lost; libNFC does not do any
additional internal presence check to make sure the tag is really gone, although
it usually is. I'll submit a separate fix on packages/apps/Nfc to take care of this.
Change-Id: If64857658d683aff29134f74b42efd99b695e634
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
try to access the Secure Element in Wired Mode.
* commit 'e3228db81d536cd548d16b2490ea455ecb6c99d0':
Disable CardEmulation phase when we try to access the Secure Element in Wired Mode.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
the Secure Element in Wired Mode.
* commit '7f475e47862231e0de830700dd4b56bd3b03e569':
Disable CardEmulation phase when we try to access the Secure Element in Wired Mode.
|
| | |\ \
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | | |
Element in Wired Mode.
* commit '18516f4e58aad80815fb6efea22d217d39b90c10':
Disable CardEmulation phase when we try to access the Secure Element in Wired Mode.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Wired Mode.
This fix permit to detect the Secure Element in Wired Mode, even we are in front of a RF Reader
Change-Id: I8f87e043ff24724addd179ce025cf3d038a82a5e
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
SE Wired mode
* commit '931707baca45d39e18dc074354c7e9eadf155904':
Patch to support set mode during the SE Wired mode
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'cd590604cb1b18c999b96fbd4b1a3628718ecc79':
Patch to support set mode during the SE Wired mode
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* commit '64b2569ec9b3f607a41640500387698b9dc91238':
Patch to support set mode during the SE Wired mode
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I57eaa3ccd65b89510e198f7ebf24f7266c4dad2e
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
honeycomb-plus-aosp
* commit 'e7ca33f1bb5ac1ec987934197f46ca9593645aab':
|
| |\ \ \
| | |/ / |
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* commit '442bead483a0a6fd9254fc83a5ea76474c6dbbe7':
Fixed issue with max size NDEF message on T2T
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
Change-Id: I69943db31637db7fddbc6c60d76c62a40f17cda8
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I28c9a0c89bd9a4691b077e13c5a8d572c23f4a7e
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Change-Id: I30aba890393142f1c36d3c5ccd8a67ac447a54c9
|
| | |\ \ \
| |/ / / /
|/| | | |
| | | | | |
Change-Id: I7c0a4dae65d3ffc9956515f65dc33aa00375e751
|
| | |\ \ \
| | | | |/
| | | |/|
| | | | |
| | | | | |
* commit '442bead483a0a6fd9254fc83a5ea76474c6dbbe7':
Fixed issue with max size NDEF message on T2T
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: If6b490d906fcc37960a1120e9344470d68c825f6
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | | |
* commit '75d1d112cfdb7dbdc7d98b0ca59a8eacca9aa08f':
Support for using 3-byte length in NDEF TLV on Type 2 Tag.
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '32dc2a34ddc103cc5f2e10059b3113876eb391aa':
Change the default IsoDep timeout to 300ms.
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '28235f8b29ef8cc368dd132080245778cdf704cc':
Erase callback when function returns immediately.
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* commit '407d793f3038222dac95651866b99cd064e214eb':
Fixed LLCP send callback triggering.
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* commit '42fd1ffc1f8f87e7faca1724d128dafa70ff3b1e':
Fixed erroneous LLCP frame on socket closure.
|
| | |\ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* commit '8608ad938da280b895e3bb71435d6fe34c589219':
Fixed LLCP receive window checkings.
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* commit 'a3af9c908f5c50e2405169015c86a1b667b42490':
Removed callback in case of immediate end of operation.
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
* commit 'f546a14a4509e1814bfd94fc76cdfa2252dc455c':
Do not call LLCP socket listen callback on abort.
|
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
* commit '44835562edd67f15196a47631a384afb1d8b8068':
Fixed NULL pointer error when trying to send LLCP REJECT frame.
|
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
* commit '99e7261d709ad32e0203dced9f4a386c5f719adf':
Fixed parameters checking in LLCP.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
* commit 'd9d57394761c70786f5058f82e7528bfaf1807a0':
Fixed some build warnings.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
* commit '40cdab11e00d801c1b9acfdcfe53455059c1b557':
Fixed memory handling in LLCP link layer.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
* commit '76270e7c32ec0c558907430e756712d5b68b417c':
Allow LLCP socket creation before link establishment.
|