summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_Generic.c
Commit message (Collapse)AuthorAgeFilesLines
* card emulation patch port to JBdoug yeager2012-08-281-77/+90
| | | | Change-Id: I86657f9c547840de33c35df4912b5f282d4fe459
* libnfc spring cleaningNick Pelly2011-06-271-13/+13
| | | | | | | | | | 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
* Implement IsoDep timeout handling (libNFC).Martijn Coenen2011-01-181-1/+3
| | | | | | | | | | | Made the ISO XCHG timer (used for IsoDep transceive's) a configurable setting. When this timer triggers in the hardware, the transaction will be aborted and the connection to the tag is broken. Also made the HCI timer configurable. This timer serves as a software watchdog for any HCI transaction. Change-Id: I927c7755378f793899c6d262a2f23ab5dca3817b
* HCI timer enabled to HW reset NFC when HCI command times out.Daniel Tomas2010-11-031-13/+2
| | | | | Change-Id: Iee39957227fcdc8e97b520d22032dc97915323f3 Signed-off-by: Nick Pelly <npelly@google.com>
* Initial libnfc checkinNick Pelly2010-09-231-0/+2068
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>