Searched refs:rsp_buffer (Results 1 – 1 of 1) sorted by relevance
214 static NFCSTATUS phNxpNciHal_ReadResponse(uint16_t* len, uint8_t** rsp_buffer, in phNxpNciHal_ReadResponse() argument229 *rsp_buffer = nxpncihal_ctrl.p_rx_data; in phNxpNciHal_ReadResponse()270 uint8_t* rsp_buffer = NULL; in phNxpNciHal_determineChipType() local283 if ((phNxpNciHal_ReadResponse(&rsp_len, &rsp_buffer, in phNxpNciHal_determineChipType()286 (rsp_buffer == NULL)) { in phNxpNciHal_determineChipType()290 if (rsp_buffer[NCI_RSP_IDX] == NCI_MSG_RSP) { in phNxpNciHal_determineChipType()291 if ((phNxpNciHal_ReadResponse(&rsp_len, &rsp_buffer, in phNxpNciHal_determineChipType()294 (rsp_buffer == NULL)) { in phNxpNciHal_determineChipType()298 if (rsp_buffer[NCI_RSP_IDX] == NCI_MSG_NTF) { in phNxpNciHal_determineChipType()299 phNxpNciHal_configFeatureList(rsp_buffer, rsp_len); in phNxpNciHal_determineChipType()[all …]