summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_FelicaMap.c
Commit message (Collapse)AuthorAgeFilesLines
* NDEF Type 3 tag reading with padding bytesSunil Jogi2012-11-271-1/+13
| | | | | | | | NDEF Type 3 tag reading was not ignoring the padding bytes, which leads to failure of parsing the NDEF data. This patch fix that problem. Bug: 7600630 Change-Id: I45cf1841bdc343503a8a12d622ac8470c3e64ce4
* Felica system code related changesSunil Jogi2011-08-081-56/+74
| | | | | | | | | | | Modified implementation for Felica card handling includes following: - SENSF_REQ with RC=0x00 during discovery - T3T NDEF detection with SC = 0x12FC - If card is not NDEF then poll for primary SC - NFC-F presence check with check for expected IDm Change-Id: I8e7e83a36ec2c6e8e423df751c4bc73badb6edb5
* Fix T3T R/W state detectionJan Brands2010-12-071-1/+5
| | | | Change-Id: Ic77a9929111f310b689ac3aa8f90e60c151420e0
* Fixed support for bare-bones T3T tags without System CodesJan Brands2010-12-051-10/+1
| | | | Change-Id: Ic2165ea57c729af3a60217144c9a0015f6e3dcb4
* Initial libnfc checkinNick Pelly2010-09-231-0/+3040
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>