Home
last modified time | relevance | path

Searched refs:Connected_handle (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c144 else if(0 == gpphLibContext->Connected_handle) in phLibNfc_Ndef_Read()
148 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Ndef_Read()
317 gpphLibContext->Connected_handle; in phLibNfc_Ndef_Read_Cb()
399 else if(0 == gpphLibContext->Connected_handle) in phLibNfc_Ndef_Write()
403 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Ndef_Write()
564 gpphLibContext->Connected_handle; in phLibNfc_Ndef_Write_Cb()
772 else if(0 == gpphLibContext->Connected_handle) in phLibNfc_Ndef_CheckNdef()
776 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Ndef_CheckNdef()
883 gpphLibContext->Connected_handle; in phLibNfc_Ndef_CheckNdef_Cb()
1078 gpphLibContext->Connected_handle; in phLibNfc_Ndef_ChkNdef_Pchk_Cb()
[all …]
DphLibNfc_initiator.c520 else if (0 == gpphLibContext->Connected_handle) in phLibNfc_RemoteDev_ReConnect()
557 gpphLibContext->Prev_Connected_handle = gpphLibContext->Connected_handle; in phLibNfc_RemoteDev_ReConnect()
559 gpphLibContext->Connected_handle = hRemoteDevice; in phLibNfc_RemoteDev_ReConnect()
621 else if ((hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_RemoteDev_Connect()
622 && (0 != gpphLibContext->Connected_handle)) in phLibNfc_RemoteDev_Connect()
644 gpphLibContext->Prev_Connected_handle = gpphLibContext->Connected_handle; in phLibNfc_RemoteDev_Connect()
645 gpphLibContext->Connected_handle = hRemoteDevice; in phLibNfc_RemoteDev_Connect()
759 gpphLibContext->Connected_handle = (uintptr_t)pRmtdev_info; in phLibNfc_RemoteDev_Connect_Cb()
769 gpphLibContext->Connected_handle = gpphLibContext->Prev_Connected_handle ; in phLibNfc_RemoteDev_Connect_Cb()
819 else if(gpphLibContext->Connected_handle==0) in phLibNfc_RemoteDev_Disconnect()
[all …]
DphLibNfc_discovery.c247 else if( gpphLibContext->Connected_handle == 0) in phLibNfc_RemoteDev_CheckPresence()
252 else if(hTargetDev != gpphLibContext->Connected_handle) in phLibNfc_RemoteDev_CheckPresence()
266 gpphLibContext->Connected_handle; in phLibNfc_RemoteDev_CheckPresence()
276 gpphLibContext->Connected_handle, in phLibNfc_RemoteDev_CheckPresence()
DphLibNfc_llcp.c85 if(gpphLibContext->Connected_handle == 0) in static_CheckDevice()
91 if(hRemoteDevice != gpphLibContext->Connected_handle) in static_CheckDevice()
216 if(gpphLibContext->Connected_handle == 0) in phLibNfc_Llcp_CheckLlcp()
222 if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Llcp_CheckLlcp()
DphLibNfc_Internal.h225 uintptr_t Connected_handle, member
DphLibNfc.c634 gpphLibContext->Connected_handle = 0x00; in phLibNfc_Mgt_Reset()