Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnci_defs.h606 #define NCI_NFCID2_LEN 8 macro
609 #define NCI_RF_F_UID_LEN NCI_NFCID2_LEN
620 uint8_t nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for
/system/nfc/src/nfc/tags/
Drw_t3t.cc672 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_update_ndef_attribute_cmd()
800 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_update_cmd()
933 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_check_cmd()
1008 ARRAY_TO_STREAM((*p), p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_message_set_block_list()
1168 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_check_mc_block()
1272 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_ndef_detect_rsp()
1407 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_check_rsp()
1457 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_update_rsp()
1532 NCI_NFCID2_LEN) != 0) /* verify response IDm */ in rw_t3t_act_handle_check_ndef_rsp()
1628 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_update_ndef_rsp()
[all …]
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc790 memcpy(p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN); in nfc_ncif_decode_rf_params()
804 if (plen < NCI_NFCID2_LEN) { in nfc_ncif_decode_rf_params()
807 plen -= NCI_NFCID2_LEN; in nfc_ncif_decode_rf_params()
808 STREAM_TO_ARRAY(p_lf->nfcid2, p, NCI_NFCID2_LEN); in nfc_ncif_decode_rf_params()
/system/nfc/src/nfa/include/
Dnfa_api.h623 [NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN];
/system/nfc/src/nfc/include/
Drw_int.h524 uint8_t peer_nfcid2[NCI_NFCID2_LEN];
Dnfc_api.h577 #define NFC_NFCID2_LEN NCI_NFCID2_LEN
/system/nfc/src/nfa/dm/
Dnfa_dm_discover.cc506 UINT8_TO_STREAM(p, NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN); in nfa_dm_set_rf_listen_mode_raw_config()
508 NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN); in nfa_dm_set_rf_listen_mode_raw_config()