summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_Sequence.c
Commit message (Collapse)AuthorAgeFilesLines
* card emulation patch port to JBdoug yeager2012-08-281-111/+129
| | | | Change-Id: I86657f9c547840de33c35df4912b5f282d4fe459
* Don't dump nfc target/initiator modes to system log.Martijn Coenen2012-03-161-2/+2
| | | | Change-Id: I1938f348704f6fabefa6600ecf32ff7d6204d021
* (DEBUG) Add support for setting p2p modes.Martijn Coenen2012-02-171-2/+5
| | | | Change-Id: Ic6df1fc458cef2531119e5e5e2ef5f9a7b21a524
* Manual port of 6900b4 from gingerbread:Rob von Behren2011-09-201-37/+113
| | | | | | | | | | Patch to add Secure Download Mechanism in the libnfc This patch permit to support secure download update and also to avoid locking states in case of download failures Bug: 5331837 Change-Id: Ia5b6d9baf57231b0193bbbe85c88c7df557017c6
* libnfc spring cleaningNick Pelly2011-06-271-17/+17
| | | | | | | | | | o Fix most libnfc warnings, from 360 to 18 o Make DAL_DEBUG much less verbose and more useful o Clean up Android.mk Done with minimal textual diff to minimize merge conflicts. Change-Id: I918645500723ff7bb092ad9959628fcabac45bec
* Disable P2P target 106 passive mode.Nick Pelly2011-03-181-2/+2
| | | | | | | | | | | | | P2P target 106 passive appears as an ISO 14443-3A target to reader/writers in the field. This can confuse some terminals, especially when we also have card emulation turned on, since it looks like we have two -3A targets in the field. P2P target 106 passive is just one of many P2P sub-modes. We do not know of any P2P devices that only initiate using only 106 passive, so this should not present inter-op issues. Change-Id: I1cb84ed791a86a7f225a51806e99bab031dcb6ca
* Initial libnfc checkinNick Pelly2010-09-231-0/+2454
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>