summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc_initiator.c
diff options
context:
space:
mode:
authorMartijn Coenen <martijn.coenen@nxp.com>2010-12-13 14:41:37 +0100
committerJeff Hamilton <jham@android.com>2010-12-13 09:19:26 -0600
commit27c8b351b2494780c538ed5f1e5f843712f07e92 (patch)
tree35465cd43cc11b9003ff41e23dd83702766fc2a7 /src/phLibNfc_initiator.c
parent5e97605ca8d83414b122bae72e65ea388b66718a (diff)
downloadexternal_libnfc-nxp-27c8b351b2494780c538ed5f1e5f843712f07e92.zip
external_libnfc-nxp-27c8b351b2494780c538ed5f1e5f843712f07e92.tar.gz
external_libnfc-nxp-27c8b351b2494780c538ed5f1e5f843712f07e92.tar.bz2
Fix failing presence check after a mifare classic reconnect.
Change-Id: I6f833fc6e32cd99496468306af8204f6aee87fa7
Diffstat (limited to 'src/phLibNfc_initiator.c')
-rw-r--r--src/phLibNfc_initiator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phLibNfc_initiator.c b/src/phLibNfc_initiator.c
index a694e6f..d599465 100644
--- a/src/phLibNfc_initiator.c
+++ b/src/phLibNfc_initiator.c
@@ -563,6 +563,7 @@ STATIC void phLibNfc_RemoteDev_Connect_Cb(
/*Check valid lib nfc context is returned from lower layer*/
if((phLibNfc_LibContext_t *)pContext == gpphLibContext)
{
+ gpphLibContext->LastTrancvSuccess = FALSE;
/* Mark General Callback pending status as false*/
gpphLibContext->status.GenCb_pending_status = FALSE;