Searched refs:NCI_NFCID2_LEN (Results 1 – 7 of 7) sorted by relevance
/system/nfc/src/include/ |
D | nci_defs.h | 599 #define NCI_NFCID2_LEN 8 macro 602 #define NCI_RF_F_UID_LEN NCI_NFCID2_LEN 613 uint8_t nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for
|
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 661 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_update_ndef_attribute_cmd() 789 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_update_cmd() 922 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_send_next_ndef_check_cmd() 997 ARRAY_TO_STREAM((*p), p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_message_set_block_list() 1149 ARRAY_TO_STREAM(p, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_check_mc_block() 1247 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_ndef_detect_rsp() 1369 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_check_rsp() 1419 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_update_rsp() 1494 NCI_NFCID2_LEN) != 0) /* verify response IDm */ in rw_t3t_act_handle_check_ndef_rsp() 1590 NCI_NFCID2_LEN) != 0)) /* verify response IDm */ in rw_t3t_act_handle_update_ndef_rsp() [all …]
|
/system/nfc/src/nfa/include/ |
D | nfa_api.h | 616 [NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN];
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 524 uint8_t peer_nfcid2[NCI_NFCID2_LEN];
|
D | nfc_api.h | 568 #define NFC_NFCID2_LEN NCI_NFCID2_LEN
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 744 memcpy(p_pf->nfcid2, p_pf->sensf_res, NCI_NFCID2_LEN); in nfc_ncif_decode_rf_params() 753 STREAM_TO_ARRAY(p_lf->nfcid2, p, NCI_NFCID2_LEN); in nfc_ncif_decode_rf_params()
|
/system/nfc/src/nfa/dm/ |
D | nfa_dm_discover.cc | 507 UINT8_TO_STREAM(p, NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN); in nfa_dm_set_rf_listen_mode_raw_config() 509 NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN); in nfa_dm_set_rf_listen_mode_raw_config()
|