summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc_ndef_raw.c
Commit message (Collapse)AuthorAgeFilesLines
* Added support for tearing recovery for MIFARE Classic ReadonlySunil Jogi2012-04-021-6/+0
| | | | | | | | When readonly is interrupted in between next readonly call make remaining sectors readonly and return true. If all sectors are readonly then call to readonly returns error. Change-Id: Id47a77198b41d69b743f24259849e943954c7a58
* Mifare readonly support.Sunil Jogi2012-04-021-4/+29
| | | | | | | | This patch requires changes done in following projects submited as patches: 1. packages/apps/Nfc 2. frameworks/base Change-Id: I9036309d82dd897e77f6bc14c30fbde255bf955c
* Patch to support MIFARE with SAK 0x01Sunil Jogi2012-04-021-1/+2
| | | | Change-Id: Ifb1389d428855c2eea99390790af13f28571097a
* libnfc spring cleaningNick Pelly2011-06-271-1/+1
| | | | | | | | | | 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
* Support formatting / makeReadOnly() of NDEF on ICODE.Martijn Coenen2011-02-251-4/+5
| | | | Change-Id: I2a7a185ead5de8f2b165c81dcc8ab8fb46c1ddc0
* Implement makeReadOnly() for dynamic T1T/T2T.Martijn Coenen2011-01-181-6/+15
| | | | | | | | The NFC Forum Type 1 Tag and Type 2 Tag specification allows for tags with a dynamic memory layout. Support for making tags with the dynamic layout readonly has been added in this patch. Change-Id: I5bc8912d80f448fdea95e1ee21631c0f186ad79a
* Add support for makeLowLevelReadonly() in libnfc.Martijn Coenen2010-12-161-0/+239
| | | | | | | | Implemented for T1T and T2T. There's also added code for formatting Desfire EV1, but it will not be used by the current implementation (DesFIRE doesn't have NdefFormatable tech). Change-Id: Iec1b85b560fbf800291fd307b56ab84328737635
* NDEF tag R/W-R/O status functionality from BangaloreJan Brands2010-12-071-0/+35
| | | | | | Provides all the states as defined by the NFC-Forum. Change-Id: I369138404e679b49613a391a9487766160afd8e2
* Fix for LLCP concurence access with ConfigureDiscovery, NDEF read/write and ↵daniel_Tomas2010-12-051-0/+28
| | | | | | Presence Check Change-Id: Ie6fc7e26dde98ece2738dcad26f020833b4c0e93
* Fixed Mifare classic presence checkingMartijn Coenen2010-11-021-0/+8
| | | | | Change-Id: I7a1c90f46e669093e7c2d8778d712eeb6e6b7917 Signed-off-by: Nick Pelly <npelly@google.com>
* Initial libnfc checkinNick Pelly2010-09-231-0/+1667
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>