Searched refs:NCI_RF_F_UID_LEN (Results 1 – 9 of 9) sorted by relevance
/system/nfc/src/nfa/include/ |
D | nfa_ce_int.h | 80 uint8_t nfcid2[NCI_RF_F_UID_LEN]; 145 uint8_t t3t_nfcid2[NCI_RF_F_UID_LEN]; 207 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]);
|
D | nfa_ce_api.h | 132 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
|
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 176 ARRAY_TO_STREAM(p_dst, p_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_send_rsp() 388 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_check_cmd() 554 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 573 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 584 ARRAY_TO_STREAM(p_dst, p_cb->local_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_handle_non_nfc_forum_cmd() 631 uint8_t cmd_nfcid2[NCI_RF_F_UID_LEN]; in ce_t3t_data_cback() 673 STREAM_TO_ARRAY(cmd_nfcid2, p, NCI_RF_F_UID_LEN); in ce_t3t_data_cback() 690 } else if (memcmp(cmd_nfcid2, p_cb->local_nfcid2, NCI_RF_F_UID_LEN) != in ce_t3t_data_cback() 842 uint8_t nfcid2[NCI_RF_F_UID_LEN]) { in ce_select_t3t() argument 849 memcpy(p_cb->local_nfcid2, nfcid2, NCI_RF_F_UID_LEN); in ce_select_t3t() [all …]
|
D | rw_t3t.cc | 2342 tNFC_STATUS rw_t3t_select(uint8_t peer_nfcid2[NCI_RF_F_UID_LEN], in rw_t3t_select() argument
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 76 uint8_t local_nfcid2[NCI_RF_F_UID_LEN]; 162 uint8_t nfcid2[NCI_RF_F_UID_LEN]);
|
D | rw_int.h | 804 extern tNFC_STATUS rw_t3t_select(uint8_t peer_nfcid2[NCI_RF_F_UID_LEN],
|
/system/nfc/src/nfa/ce/ |
D | nfa_ce_api.cc | 254 uint8_t nfcid2[NCI_RF_F_UID_LEN], in NFA_CeRegisterFelicaSystemCodeOnDH() argument 271 memcpy(p_msg->reg_listen.nfcid2, nfcid2, NCI_RF_F_UID_LEN); in NFA_CeRegisterFelicaSystemCodeOnDH()
|
D | nfa_ce_act.cc | 349 NCI_RF_F_UID_LEN); in nfc_ce_t3t_set_listen_params() 399 void nfa_ce_t3t_generate_rand_nfcid(uint8_t nfcid2[NCI_RF_F_UID_LEN]) { in nfa_ce_t3t_generate_rand_nfcid() argument 848 NCI_RF_F_UID_LEN) == 0) in nfa_ce_activate_ntf() 1358 p_ce_msg->reg_listen.nfcid2, NCI_RF_F_UID_LEN); in nfa_ce_api_reg_listen()
|
/system/nfc/src/include/ |
D | nci_defs.h | 602 #define NCI_RF_F_UID_LEN NCI_NFCID2_LEN macro
|