Lines Matching refs:pResponse
81 uint8_t *pResponse,
116 uint8_t *pResponse,
483 uint8_t *pResponse, in phHciNfc_Recv_Felica_Packet() argument
500 if (FELICA_STATUS == pResponse[index]) /* Status byte */ in phHciNfc_Recv_Felica_Packet()
504 HCI_PRINT_BUFFER("Felica Bytes received", &pResponse[index], (length - index)); in phHciNfc_Recv_Felica_Packet()
506 if (pResponse[index + 1] == 0x01) in phHciNfc_Recv_Felica_Packet()
512 &pResponse[index + 2], 8); in phHciNfc_Recv_Felica_Packet()
515 &pResponse[index + 2 + 8], 8); in phHciNfc_Recv_Felica_Packet()
522 … psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[0] = pResponse[index]; in phHciNfc_Recv_Felica_Packet()
523 … psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[1] = pResponse[index + 1]; in phHciNfc_Recv_Felica_Packet()
550 HCI_PRINT_BUFFER("Felica Bytes received", pResponse, length); in phHciNfc_Recv_Felica_Packet()
562 uint8_t *pResponse, in phHciNfc_Recv_Felica_Response() argument
575 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse) in phHciNfc_Recv_Felica_Response()
604 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_Felica_Response()
640 0, pResponse, length); in phHciNfc_Recv_Felica_Response()
644 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_Felica_Response()
673 if (FEL_MULTIPLE_TAGS_FOUND == pResponse[HCP_HEADER_LEN]) in phHciNfc_Recv_Felica_Response()
705 pResponse[HCP_HEADER_LEN]; in phHciNfc_Recv_Felica_Response()