summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_Felica.c
Commit message (Collapse)AuthorAgeFilesLines
* Felica system code related changesSunil Jogi2011-08-081-6/+39
| | | | | | | | | | | 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
* Implement Felica timeout handling (libNFC).Martijn Coenen2011-06-031-2/+3
| | | | Change-Id: I1a88ae0807d5ba53a635e31f3c5284906bd40ea2
* Removed UID from Felica presence check.Martijn Coenen2010-11-021-8/+7
| | | | | | | The presence check didn't work for all Felica tags. Found upstream that the UID shouldn't be included in the presence check. Change-Id: Ib0b1b91c01d499ed52e024f68d58bcb9adabf4ad
* Fixed ICODE and Felica presence checking.Martijn Coenen2010-11-021-2/+4
| | | | | | | For Felica, the wrong command was used. For ICODE (ISO15693), there was no check implemented at all Change-Id: I40b17feb8b9184cc3c2765cb5b32ea82ebec143b
* Initial libnfc checkinNick Pelly2010-09-231-0/+961
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>