Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c1285 …||(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()
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()
1434 …||(memcmp (p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN) != 0) ) /* ve… in rw_t3t_act_handle_update_rsp()
1505 …||(memcmp (p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN) != 0) /* verify … in rw_t3t_act_handle_check_ndef_rsp()
1586 …||(memcmp (p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN) != 0) ) /* ve… in rw_t3t_act_handle_update_ndef_rsp()
1956 …||(memcmp (p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN) != 0) ) /* ve… in rw_t3t_act_handle_fmt_rsp()
2168 …||(memcmp (p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN) != 0) ) /* ve… in rw_t3t_act_handle_sro_rsp()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h293 #define T3T_MSG_RSP_OFFSET_IDM 1 /* Offset for Manufacturer ID */ macro