Lines Matching refs:pResponse
108 uint8_t *pResponse,
121 uint8_t *pResponse,
173 uint8_t *pResponse,
186 uint8_t *pResponse,
358 uint8_t *pResponse, in phHciNfc_Recv_Initiator_Response() argument
370 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse) in phHciNfc_Recv_Initiator_Response()
395 p_pipe_info, pResponse, in phHciNfc_Recv_Initiator_Response()
560 uint8_t *pResponse, in phHciNfc_Recv_Target_Response() argument
572 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse) in phHciNfc_Recv_Target_Response()
597 p_pipe_info, pResponse, in phHciNfc_Recv_Target_Response()
665 uint8_t *pResponse, in phHciNfc_Recv_NfcIP_Response() argument
701 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_NfcIP_Response()
856 uint8_t *pResponse, in phHciNfc_NfcIP_RecvData() argument
869 || (NULL == pResponse) in phHciNfc_NfcIP_RecvData()
883 if (NFCIP_RF_NO_ERROR == pResponse[index]) in phHciNfc_NfcIP_RecvData()
885 HCI_PRINT_BUFFER("device ", &pResponse[index], (length - index)); in phHciNfc_NfcIP_RecvData()
888 if (TRUE == pResponse[index]) in phHciNfc_NfcIP_RecvData()
896 transInfo.buffer = &pResponse[index]; in phHciNfc_NfcIP_RecvData()