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.cc90 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length; in nfa_ce_handle_t3t_evt()
91 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data; in nfa_ce_handle_t3t_evt()
172 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length; in nfa_ce_handle_t4t_evt()
173 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data; in nfa_ce_handle_t4t_evt()
175 if (NDEF_MsgValidate(p_ce_data->update_info.p_data, in nfa_ce_handle_t4t_evt()
176 p_ce_data->update_info.length, true) != NDEF_OK) in nfa_ce_handle_t4t_evt()
/system/nfc/src/nfc/tags/
Dce_t3t.cc350 ce_data.update_info.status = nfc_status; in ce_t3t_handle_update_cmd()
351 ce_data.update_info.p_data = p_cb->ndef_info.p_scratch_buf; in ce_t3t_handle_update_cmd()
352 ce_data.update_info.length = p_cb->ndef_info.scratch_ln; in ce_t3t_handle_update_cmd()
Dce_t4t.cc276 ce_data.update_info.status = NFC_STATUS_OK; in ce_t4t_update_binary()
277 ce_data.update_info.length = p_t4t->nlen; in ce_t4t_update_binary()
278 ce_data.update_info.p_data = p_t4t->p_scratch_buf; in ce_t4t_update_binary()