Home
last modified time | relevance | path

Searched refs:phLibNfc_SE_ActModeWired (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_SE.c496 if(pLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired) in phLibNfc_SE_SetMode()
573 case phLibNfc_SE_ActModeWired: in phLibNfc_SE_SetMode()
581 pLibContext->sSeContext.eActivatedMode = phLibNfc_SE_ActModeWired; in phLibNfc_SE_SetMode()
628 if(pLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired) in phLibNfc_SE_SetMode()
DphLibNfc_initiator.c831 ||((gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired)&& in phLibNfc_RemoteDev_Disconnect()
833 ||((gpphLibContext->sSeContext.eActivatedMode != phLibNfc_SE_ActModeWired)&& in phLibNfc_RemoteDev_Disconnect()
912 if(gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired) in phLibNfc_RemoteDev_Disconnect_cb()
DphLibNfc.h126 phLibNfc_SE_ActModeWired=0x00, /**< Enables Wired Mode communication.This mode shall enumerator
DphLibNfc.c137 if (gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired) in phLibNfc_Mgt_Recovery()