Searched refs:ndef_detect (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c210 conn_evt_data.ndef_detect.status = NFA_STATUS_OK;
211 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
212 conn_evt_data.ndef_detect.cur_size = nfa_rw_cb.ndef_cur_size = p_rw_data->ndef.cur_size;
213 conn_evt_data.ndef_detect.max_size = nfa_rw_cb.ndef_max_size = p_rw_data->ndef.max_size;
214 conn_evt_data.ndef_detect.flags = p_rw_data->ndef.flags;
279 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
284 conn_evt_data.ndef_detect.cur_size = 0;
285 conn_evt_data.ndef_detect.max_size = 0;
286 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_UNKNOWN;
291 conn_evt_data.ndef_detect
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h468 tNFA_NDEF_DETECT ndef_detect; /* NFA_NDEF_DETECT_EVT */ member in union:__anon23998
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_act.c1414 if (p_data->ndef_detect.status == NFA_STATUS_OK)
1418 else if (p_data->ndef_detect.status == NFA_STATUS_FAILED)

Completed in 139 milliseconds