summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc_Internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/phLibNfc_Internal.h')
-rw-r--r--src/phLibNfc_Internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/phLibNfc_Internal.h b/src/phLibNfc_Internal.h
index 10018ec..304ac22 100644
--- a/src/phLibNfc_Internal.h
+++ b/src/phLibNfc_Internal.h
@@ -221,6 +221,9 @@ typedef struct phLibNfc_LibContext
uint32_t Connected_handle,
Discov_handle[MAX_REMOTE_DEVICES];
+ /* To store the previous connected handle in case of Multiple protocol tags */
+ uint32_t Prev_Connected_handle;
+
/*Call back function pointers */
phLibNfc_eDiscoveryConfigMode_t eLibNfcCfgMode;