Searched defs:pResponse (Results 1 - 15 of 15) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_CE_A.c82 uint8_t *pResponse,
420 uint8_t *pResponse,
431 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
461 &pResponse[HCP_HEADER_LEN],
417 phHciNfc_Recv_CE_A_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_CE_B.c82 uint8_t *pResponse,
462 uint8_t *pResponse,
473 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
503 &pResponse[HCP_HEADER_LEN],
459 phHciNfc_Recv_CE_B_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_LinkMgmt.c98 uint8_t *pResponse,
355 uint8_t *pResponse,
389 &pResponse[HCP_HEADER_LEN],
352 phHciNfc_Recv_LinkMgmt_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_Felica.c81 uint8_t *pResponse,
116 uint8_t *pResponse,
483 uint8_t *pResponse,
500 if (FELICA_STATUS == pResponse[index]) /* Status byte */
504 HCI_PRINT_BUFFER("Felica Bytes received", &pResponse[index], (length - index));
506 if (pResponse[index + 1] == 0x01)
512 &pResponse[index + 2], 8);
515 &pResponse[index + 2 + 8], 8);
522 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[0] = pResponse[index];
523 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[1] = pResponse[inde
480 phHciNfc_Recv_Felica_Packet( phHciNfc_sContext_t *psHciContext, uint8_t cmd, uint8_t *pResponse, uint8_t length ) argument
559 phHciNfc_Recv_Felica_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
[all...]
H A DphHciNfc_IDMgmt.c113 uint8_t *pResponse,
654 uint8_t *pResponse,
690 &pResponse[HCP_HEADER_LEN],
651 phHciNfc_Recv_IDMgmt_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_ISO15693.c80 uint8_t *pResponse,
436 uint8_t *pResponse,
449 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
482 &pResponse[HCP_HEADER_LEN],
521 0, pResponse, length);
525 pResponse, length);
433 phHciNfc_Recv_ISO15693_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_Jewel.c69 uint8_t *pResponse,
103 uint8_t *pResponse,
408 uint8_t *pResponse,
424 pResponse, (uint8_t)length);
429 HCI_PRINT_BUFFER("Jewel Bytes received", pResponse, length);
441 uint8_t *pResponse,
454 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
485 &pResponse[HCP_HEADER_LEN],
524 0, pResponse, length);
527 &pResponse[HCP_HEADER_LE
406 phHciNfc_Recv_Jewel_Packet( phHciNfc_sContext_t *psHciContext, uint8_t *pResponse, uint8_t length ) argument
438 phHciNfc_Recv_Jewel_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
[all...]
H A DphHciNfc_PollingLoop.c126 * \param[in,out] pResponse Response received from the Host Cotroller
146 uint8_t *pResponse,
586 uint8_t *pResponse,
599 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
633 &pResponse[HCP_HEADER_LEN],
583 phHciNfc_Recv_PollLoop_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_RFReaderA.c85 uint8_t *pResponse,
120 uint8_t *pResponse,
132 uint8_t *pResponse,
495 uint8_t *pResponse,
508 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
537 &pResponse[HCP_HEADER_LEN],
585 0, pResponse, length);
589 &pResponse[HCP_HEADER_LEN],
614 0, pResponse, (length - i));
617 &pResponse[HCP_HEADER_LE
492 phHciNfc_Recv_ReaderA_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
705 phHciNfc_Recv_Iso_A_Packet( phHciNfc_sContext_t *psHciContext, uint8_t *pResponse, uint8_t length ) argument
732 phHciNfc_Recv_Mifare_Packet( phHciNfc_sContext_t *psHciContext, uint8_t cmd, uint8_t *pResponse, uint8_t length ) argument
[all...]
H A DphHciNfc_RFReaderB.c75 uint8_t *pResponse,
109 uint8_t *pResponse,
424 uint8_t *pResponse,
436 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
466 &pResponse[HCP_HEADER_LEN],
510 0, pResponse, length);
513 &pResponse[HCP_HEADER_LEN],
532 if (RDR_B_MULTIPLE_TAGS_FOUND == pResponse[HCP_HEADER_LEN])
566 pResponse[HCP_HEADER_LEN];
788 uint8_t *pResponse,
421 phHciNfc_Recv_ReaderB_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
786 phHciNfc_Recv_Iso_B_Packet( phHciNfc_sContext_t *psHciContext, uint8_t *pResponse, uint8_t length ) argument
[all...]
H A DphHciNfc_SWP.c71 uint8_t *pResponse,
212 uint8_t *pResponse,
225 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
256 &pResponse[HCP_HEADER_LEN],
209 phHciNfc_Recv_SWP_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_WI.c74 uint8_t *pResponse,
552 uint8_t *pResponse,
565 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
596 &pResponse[HCP_HEADER_LEN],
549 phHciNfc_Recv_WI_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_AdminMgmt.c119 * \param[in,out] pResponse Response received from the Host Cotroller
137 uint8_t *pResponse,
826 uint8_t *pResponse,
855 hcp_packet = (phHciNfc_HCP_Packet_t *)pResponse;
873 &pResponse[HCP_HEADER_LEN],
823 phHciNfc_Recv_Admin_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_DevMgmt.c163 uint8_t *pResponse,
1193 uint8_t *pResponse,
1227 &pResponse[HCP_HEADER_LEN],
1253 pResponse[HCP_HEADER_LEN]: 0;
1265 pResponse[HCP_HEADER_LEN]: 0;
1267 &pResponse[HCP_HEADER_LEN]: NULL;
1190 phHciNfc_Recv_DevMgmt_Response( void *psContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
H A DphHciNfc_NfcIPMgmt.c108 uint8_t *pResponse,
121 uint8_t *pResponse,
173 uint8_t *pResponse,
186 uint8_t *pResponse,
358 uint8_t *pResponse,
370 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
395 p_pipe_info, pResponse,
560 uint8_t *pResponse,
572 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
597 p_pipe_info, pResponse,
355 phHciNfc_Recv_Initiator_Response( void *pContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
557 phHciNfc_Recv_Target_Response( void *pContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
662 phHciNfc_Recv_NfcIP_Response( phHciNfc_sContext_t *psHciContext, phHciNfc_Pipe_Info_t *ppipe_info, uint8_t *pResponse, uint8_t length ) argument
853 phHciNfc_NfcIP_RecvData( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t *pResponse, uint8_t length ) argument
[all...]

Completed in 196 milliseconds