diff options
author | Jeff Hamilton <jham@android.com> | 2010-10-27 21:29:08 -0500 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2010-10-28 02:02:26 -0500 |
commit | 3e98767aaf73b4779a2bb39601806045b2ba1739 (patch) | |
tree | 6906ecae34f195da704264a2fc25dfd4ab9eb1d4 /src/phLibNfc.h | |
parent | 8763a1998eee9b43169bf0824a77b00b3b88a938 (diff) | |
download | external_libnfc-nxp-3e98767aaf73b4779a2bb39601806045b2ba1739.zip external_libnfc-nxp-3e98767aaf73b4779a2bb39601806045b2ba1739.tar.gz external_libnfc-nxp-3e98767aaf73b4779a2bb39601806045b2ba1739.tar.bz2 |
Patch from NXP. Libnfc - Download,Reset mode management and driver workaround with delay
Change-Id: I736e5f50db749c9570b24194fe3963efbacc5c52
Diffstat (limited to 'src/phLibNfc.h')
-rw-r--r-- | src/phLibNfc.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/phLibNfc.h b/src/phLibNfc.h index f63e510..0f16aee 100644 --- a/src/phLibNfc.h +++ b/src/phLibNfc.h @@ -146,8 +146,11 @@ typedef enum *\brief Defines Secure element event info . */ typedef union phLibNfc_uSeEvtInfo -{
phNfc_sUiccInfo_t UiccEvtInfo; /**< Indicates UICC event info for Evt_Transaction event */
}phLibNfc_uSeEvtInfo_t; -
/** +{ + phNfc_sUiccInfo_t UiccEvtInfo; /**< Indicates UICC event info for Evt_Transaction event */ +}phLibNfc_uSeEvtInfo_t; + +/** * \ingroup grp_lib_nfc * *\brief Types of SE transaction events sent to SE notification handler . @@ -814,6 +817,10 @@ NFCSTATUS phLibNfc_Mgt_ConfigureDriver (pphLibNfc_sConfig_t psConfig, NFCSTATUS phLibNfc_Mgt_UnConfigureDriver (void * pDriverHandle ); +NFCSTATUS phLibNfc_HW_Reset (long level); + +NFCSTATUS phLibNfc_Download_Mode (long level); + /** * \ingroup grp_lib_nfc * @@ -2199,7 +2206,7 @@ extern NFCSTATUS phLibNfc_Mgt_GetstackCapabilities(phLibNfc_StackCapabilities_t* /** -* \ingroup grp_lib_nfc +* \ingroup grp_lib_nfcHW_ * \brief <b>Interface to configure local LLCP peer</b>. * * This function configures the parameters of the local LLCP peer. This function must be called |