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.c1247 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_ndef_detect_rsp() local
1253 if (p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] != T3T_MSG_OPC_CHECK_RSP) { in rw_t3t_act_handle_ndef_detect_rsp()
1256 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE]); in rw_t3t_act_handle_ndef_detect_rsp()
1260 else if ((p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != in rw_t3t_act_handle_ndef_detect_rsp()
1262 || (memcmp(p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in rw_t3t_act_handle_ndef_detect_rsp()
1268 p = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_NDEF_ATTR_INFO_SIZE]; in rw_t3t_act_handle_ndef_detect_rsp()
1273 p = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; in rw_t3t_act_handle_ndef_detect_rsp()
1369 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_check_rsp() local
1374 if ((p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] != in rw_t3t_act_handle_check_rsp()
1376 || (memcmp(p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in rw_t3t_act_handle_check_rsp()
[all …]