Home
last modified time | relevance | path

Searched refs:p_t3t_rsp (Results 1 – 1 of 1) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t3t.cc1231 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_ndef_detect_rsp() local
1237 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_ndef_detect_rsp()
1240 T3T_MSG_OPC_CHECK_RSP, p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_ndef_detect_rsp()
1244 else if ((p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != in rw_t3t_act_handle_ndef_detect_rsp()
1246 || (memcmp(p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in rw_t3t_act_handle_ndef_detect_rsp()
1256 p = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_NDEF_ATTR_INFO_SIZE]; in rw_t3t_act_handle_ndef_detect_rsp()
1261 p = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; in rw_t3t_act_handle_ndef_detect_rsp()
1361 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_check_rsp() local
1366 if ((p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != in rw_t3t_act_handle_check_rsp()
1368 || (memcmp(p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in rw_t3t_act_handle_check_rsp()
[all …]