Searched refs:peer_nfcid2 (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t3t.c | 125 static tNFC_STATUS rw_t3t_unselect (UINT8 peer_nfcid2[]); 692 ARRAY_TO_STREAM (p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_update_ndef_attribute_cmd() 826 ARRAY_TO_STREAM (p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_update_cmd() 956 ARRAY_TO_STREAM (p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_check_cmd() 1026 ARRAY_TO_STREAM ((*p), p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_message_set_block_list() 1187 ARRAY_TO_STREAM (p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_check_mc_block() 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() 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() [all …]
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 403 UINT8 peer_nfcid2[NCI_NFCID2_LEN]; member 629 extern tNFC_STATUS rw_t3t_select (UINT8 peer_nfcid2[NCI_RF_F_UID_LEN], UINT8 mrti_check, UINT8 mrti…
|