summaryrefslogtreecommitdiffstats
path: root/src/phHal4Nfc_Reader.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Added addr field in response of Jewel command"Martijn Coenen2012-06-141-63/+0
| | | | | | | This reverts commit c0da27e8f303bf459797f90f9f2e67c552ae8c27. Bug: 6666792 Change-Id: Icf6aa84a750d2e4855487a6e46959019a09e4a95
* Added addr field in response of Jewel commandSunil Jogi2012-04-171-0/+63
| | | | | | | | | Most of the Jewel command response includes the address which is sent as part of command. The response of Jewel command was missing address field. This patch fix that problem by adding the missing addr field. Bug: 5341397 Change-Id: Icba0b37dd9987bc34c3490fa12ebda51ac25ad1e
* Adding support for handling maximum length supported by peerSunil Jogi2012-01-271-5/+5
| | | | | | | Support for chaining is added based on maximum length supported by and passed in ATS by peer and maximum length supported by the device. Change-Id: I8f9f8468ff8ac9d3579bc8b6afbe3e2072e56de8
* Felica system code related changesSunil Jogi2011-08-081-6/+92
| | | | | | | | | | | 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
* Add support for connecting to different handles on the same tag.Martijn Coenen2010-12-161-0/+36
| | | | | | | This is needed for proper multi-protocol tag support. (Before this required a restart of the polling loop). Change-Id: If61da437cda40d82bdbacf5a01ea4c585c7a5be9
* Fix from the Bangalore team for long APDUsJan Brands2010-12-051-1/+1
| | | | Change-Id: Id251fcd72bcc91a3fd85ac26c15fd609ce9f5e4e
* Fixed HAL context issue.Sylvain Fonteneau2010-11-031-2/+2
| | | | | | | | When disconnecting while an internal transceive was ongoing, the HAL context was corrupted. This has been fixed by adding a dedicated context for the disconnect operation. Change-Id: I279474f29164b3ab7d40cdd0e9b8f71f842774b0
* Allow MF Raw access for all non-Mifare -3 cards.Martijn Coenen2010-11-021-2/+4
| | | | | Change-Id: I254437ced00f32a8662c351f2a128facfcfcda81 Signed-off-by: Nick Pelly <npelly@google.com>
* Initial libnfc checkinNick Pelly2010-09-231-0/+1282
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>