Searched refs:p_t3t_rsp (Results 1 – 1 of 1) sorted by relevance
1272 UINT8 *p_t3t_rsp = (UINT8 *) (p_msg_rsp+1) + p_msg_rsp->offset; in rw_t3t_act_handle_ndef_detect_rsp() local1278 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) in rw_t3t_act_handle_ndef_detect_rsp()1280 …e error: expecting rsp_code %02X, but got %02X", T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFS… in rw_t3t_act_handle_ndef_detect_rsp()1284 …else if ( (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK) … in rw_t3t_act_handle_ndef_detect_rsp()1285 …||(memcmp (p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN) != 0) ) /* ve… in rw_t3t_act_handle_ndef_detect_rsp()1292 p = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA+T3T_MSG_NDEF_ATTR_INFO_SIZE]; in rw_t3t_act_handle_ndef_detect_rsp()1297 p = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; in rw_t3t_act_handle_ndef_detect_rsp()1385 UINT8 *p_t3t_rsp = (UINT8 *) (p_msg_rsp+1) + p_msg_rsp->offset; in rw_t3t_act_handle_check_rsp() local1390 …if ( (p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != T3T_MSG_RSP_STATUS_OK) /… in rw_t3t_act_handle_check_rsp()1391 …||(memcmp (p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN) != 0) ) /* ve… in rw_t3t_act_handle_check_rsp()[all …]