summaryrefslogtreecommitdiff
path: root/src/phLibNfc_ndef_raw.c
AgeCommit message (Collapse)Author
2012-04-02Added support for tearing recovery for MIFARE Classic ReadonlySunil Jogi
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
2012-04-02Mifare readonly support.Sunil Jogi
This patch requires changes done in following projects submited as patches: 1. packages/apps/Nfc 2. frameworks/base Change-Id: I9036309d82dd897e77f6bc14c30fbde255bf955c
2012-04-02Patch to support MIFARE with SAK 0x01Sunil Jogi
Change-Id: Ifb1389d428855c2eea99390790af13f28571097a
2011-06-27libnfc spring cleaningNick Pelly
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
2011-02-25Support formatting / makeReadOnly() of NDEF on ICODE.Martijn Coenen
Change-Id: I2a7a185ead5de8f2b165c81dcc8ab8fb46c1ddc0
2011-01-18Implement makeReadOnly() for dynamic T1T/T2T.Martijn Coenen
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
2010-12-16Add support for makeLowLevelReadonly() in libnfc.Martijn Coenen
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
2010-12-07NDEF tag R/W-R/O status functionality from BangaloreJan Brands
Provides all the states as defined by the NFC-Forum. Change-Id: I369138404e679b49613a391a9487766160afd8e2
2010-12-05Fix for LLCP concurence access with ConfigureDiscovery, NDEF read/write and ↵daniel_Tomas
Presence Check Change-Id: Ie6fc7e26dde98ece2738dcad26f020833b4c0e93
2010-11-02Fixed Mifare classic presence checkingMartijn Coenen
Change-Id: I7a1c90f46e669093e7c2d8778d712eeb6e6b7917 Signed-off-by: Nick Pelly <npelly@google.com>
2010-09-23Initial libnfc checkinNick Pelly
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>