| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| | |
https://android.googlesource.com/platform/external/libnfc-nxp into aosp
Conflicts:
src/phHal4Nfc_ADD.c
Change-Id: I950a66598954d21b49f723da2c58bff2ba719239
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Don't call memcpy when src==dest. It's undefined.
When memcpy overlap detection is enabled, this causes the NFC
process to crash and burn.
Bug: 6826770
Change-Id: I199af98e453953de288964f47248cb59af4deecb
|
|/
|
|
| |
Change-Id: I86657f9c547840de33c35df4912b5f282d4fe459
|
|
|
|
| |
Change-Id: Ifb1389d428855c2eea99390790af13f28571097a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Always add a ISO14443-3A device handle for tags that are
found through the A-gate. This allows the upper stack
to connect and maintain a connection to the NfcA technology,
even if the tag has IsoDep on top of NfcA. The reason this
can work is that libnfc does do the IsoDep activation in
software, and if the NfcA target is on a separate handle
this activation will not take place if you connect to
this handle.
Bug: 4195403
Change-Id: I00015e74bdadc6666c2971f8102244670a76e340
|
|
|
|
| |
Change-Id: Id481b30731c1986f9d36f7d9af00be282683b6e1
|
|
|
|
|
|
| |
Presence Check
Change-Id: Ie6fc7e26dde98ece2738dcad26f020833b4c0e93
|
|
|
|
| |
Change-Id: I4d341d2b315972a3a69661b48d29388bdaa2793d
|
|
|
|
| |
Change-Id: I45719cfb1db4d449895c0bb2c39d192ff57f059c
|
|
|
|
|
| |
Change-Id: Ifce6b9a1351b1057f42bf26f61819675975cdcb4
Signed-off-by: Nick Pelly <npelly@google.com>
|
|
|
|
|
|
|
| |
Also fixes detection for other tags that are not mifare and not t2t
Change-Id: Ia0f2731b967654af5f883f01458413817b5caf57
Signed-off-by: Nick Pelly <npelly@google.com>
|
|
Source: Trusted_NFC_Device_Host_AA03.01e02_google.zip code drop (23-Sep-2010)
Change-Id: Ie47f18423f949a8d3e0815d13f55c814312add24
Signed-off-by: Nick Pelly <npelly@google.com>
|