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

  /external/libnfc-nxp/src/
phFriNfc_OvrHal.c 65 static void phFriNfc_OvrHal_SetComplInfo(phFriNfc_OvrHal_t *OvrHal,
69 NFCSTATUS phFriNfc_OvrHal_Transceive(phFriNfc_OvrHal_t *OvrHal,
87 if ((NULL == OvrHal) || (NULL == CompletionInfo) || (NULL == RemoteDevInfo)
99 OvrHal->TranceiveInfo.cmd = Cmd;
105 OvrHal->TranceiveInfo.addr = SendBuf[i++];
115 OvrHal->TranceiveInfo.sSendData.buffer = mif_send_buf;
153 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
155 OvrHal->TranceiveInfo.sSendData.length = length;
159 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
160 OvrHal->TranceiveInfo.sSendData.length = length
    [all...]
phFriNfc_OvrHal.h 280 * \param[in] OvrHal Component Context.
306 NFCSTATUS phFriNfc_OvrHal_Transceive(phFriNfc_OvrHal_t *OvrHal,
322 NFCSTATUS phFriNfc_OvrHal_Receive(phFriNfc_OvrHal_t *OvrHal,
334 NFCSTATUS phFriNfc_OvrHal_Send(phFriNfc_OvrHal_t *OvrHal,
341 NFCSTATUS phFriNfc_OvrHal_Reconnect(phFriNfc_OvrHal_t *OvrHal,
346 NFCSTATUS phFriNfc_OvrHal_Connect(phFriNfc_OvrHal_t *OvrHal,

Completed in 155 milliseconds