HomeSort by relevance Sort by last modified time
    Searched refs:Connected_handle (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nxp/src/
phLibNfc_discovery.c 247 else if( gpphLibContext->Connected_handle == 0)
252 else if(hTargetDev != gpphLibContext->Connected_handle)
266 gpphLibContext->Connected_handle;
276 gpphLibContext->Connected_handle,
phLibNfc_initiator.c 520 else if (0 == gpphLibContext->Connected_handle)
557 gpphLibContext->Prev_Connected_handle = gpphLibContext->Connected_handle;
559 gpphLibContext->Connected_handle = hRemoteDevice;
621 else if ((hRemoteDevice != gpphLibContext->Connected_handle)
622 && (0 != gpphLibContext->Connected_handle))
644 gpphLibContext->Prev_Connected_handle = gpphLibContext->Connected_handle;
645 gpphLibContext->Connected_handle = hRemoteDevice;
759 gpphLibContext->Connected_handle = (uintptr_t)pRmtdev_info;
769 gpphLibContext->Connected_handle = gpphLibContext->Prev_Connected_handle ;
819 else if(gpphLibContext->Connected_handle==0
    [all...]
phLibNfc_ndef_raw.c 144 else if(0 == gpphLibContext->Connected_handle)
148 else if(hRemoteDevice != gpphLibContext->Connected_handle)
317 gpphLibContext->Connected_handle;
399 else if(0 == gpphLibContext->Connected_handle)
403 else if(hRemoteDevice != gpphLibContext->Connected_handle)
564 gpphLibContext->Connected_handle;
772 else if(0 == gpphLibContext->Connected_handle)
776 else if(hRemoteDevice != gpphLibContext->Connected_handle)
    [all...]
phLibNfc_Internal.h 225 uintptr_t Connected_handle,
phLibNfc_llcp.c 85 if(gpphLibContext->Connected_handle == 0)
91 if(hRemoteDevice != gpphLibContext->Connected_handle)
216 if(gpphLibContext->Connected_handle == 0)
222 if(hRemoteDevice != gpphLibContext->Connected_handle)
    [all...]
phLibNfc.c 634 gpphLibContext->Connected_handle = 0x00;
    [all...]

Completed in 538 milliseconds