Home
last modified time | relevance | path

Searched refs:update_info (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/include/
Dce_api.h66 tCE_UPDATE_INFO update_info; member
/system/nfc/src/nfa/ce/
Dnfa_ce_act.cc89 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length; in nfa_ce_handle_t3t_evt()
90 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data; in nfa_ce_handle_t3t_evt()
171 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length; in nfa_ce_handle_t4t_evt()
172 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data; in nfa_ce_handle_t4t_evt()
174 if (NDEF_MsgValidate(p_ce_data->update_info.p_data, in nfa_ce_handle_t4t_evt()
175 p_ce_data->update_info.length, true) != NDEF_OK) in nfa_ce_handle_t4t_evt()
/system/nfc/src/nfc/tags/
Dce_t3t.cc348 ce_data.update_info.status = nfc_status; in ce_t3t_handle_update_cmd()
349 ce_data.update_info.p_data = p_cb->ndef_info.p_scratch_buf; in ce_t3t_handle_update_cmd()
350 ce_data.update_info.length = p_cb->ndef_info.scratch_ln; in ce_t3t_handle_update_cmd()
Dce_t4t.cc274 ce_data.update_info.status = NFC_STATUS_OK; in ce_t4t_update_binary()
275 ce_data.update_info.length = p_t4t->nlen; in ce_t4t_update_binary()
276 ce_data.update_info.p_data = p_t4t->p_scratch_buf; in ce_t4t_update_binary()