• Home
  • Raw
  • Download

Lines Matching refs:pResponse

85                         uint8_t             *pResponse,
120 uint8_t *pResponse,
132 uint8_t *pResponse,
495 uint8_t *pResponse, in phHciNfc_Recv_ReaderA_Response() argument
508 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse) in phHciNfc_Recv_ReaderA_Response()
537 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_ReaderA_Response()
585 0, pResponse, length); in phHciNfc_Recv_ReaderA_Response()
589 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_ReaderA_Response()
614 0, pResponse, (length - i)); in phHciNfc_Recv_ReaderA_Response()
617 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_ReaderA_Response()
636 if (RDR_A_MULTIPLE_TAGS_FOUND == pResponse[HCP_HEADER_LEN]) in phHciNfc_Recv_ReaderA_Response()
670 pResponse[HCP_HEADER_LEN]; in phHciNfc_Recv_ReaderA_Response()
707 uint8_t *pResponse, in phHciNfc_Recv_Iso_A_Packet() argument
720 if(FALSE != pResponse[(length - i)]) in phHciNfc_Recv_Iso_A_Packet()
725 HCI_PRINT_BUFFER("ISO 14443- 4A Bytes received", pResponse, length); in phHciNfc_Recv_Iso_A_Packet()
735 uint8_t *pResponse, in phHciNfc_Recv_Mifare_Packet() argument
746 PHNFC_UNUSED_VARIABLE(pResponse); in phHciNfc_Recv_Mifare_Packet()
758 HCI_PRINT_BUFFER("Mifare Bytes received", &pResponse[index], (length - index)); in phHciNfc_Recv_Mifare_Packet()
762 if (RDR_A_MIFARE_STATUS == pResponse[index]) /* Status byte */ in phHciNfc_Recv_Mifare_Packet()
766 HCI_PRINT_BUFFER("Mifare Bytes received", &pResponse[index], (length - index)); in phHciNfc_Recv_Mifare_Packet()
776 HCI_PRINT_BUFFER("Mifare Bytes received", pResponse, length); in phHciNfc_Recv_Mifare_Packet()
783 HCI_PRINT_BUFFER("Mifare Bytes received", pResponse, length); in phHciNfc_Recv_Mifare_Packet()