Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c210 conn_evt_data.ndef_detect.status = NFA_STATUS_OK; in nfa_rw_handle_ndef_detect()
211 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol; in nfa_rw_handle_ndef_detect()
212 conn_evt_data.ndef_detect.cur_size = nfa_rw_cb.ndef_cur_size = p_rw_data->ndef.cur_size; in nfa_rw_handle_ndef_detect()
213 conn_evt_data.ndef_detect.max_size = nfa_rw_cb.ndef_max_size = p_rw_data->ndef.max_size; in nfa_rw_handle_ndef_detect()
214 conn_evt_data.ndef_detect.flags = p_rw_data->ndef.flags; in nfa_rw_handle_ndef_detect()
279 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol; in nfa_rw_handle_ndef_detect()
284 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_handle_ndef_detect()
285 conn_evt_data.ndef_detect.max_size = 0; in nfa_rw_handle_ndef_detect()
286 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_UNKNOWN; in nfa_rw_handle_ndef_detect()
287 conn_evt_data.ndef_detect.status = NFA_STATUS_TIMEOUT; in nfa_rw_handle_ndef_detect()
[all …]
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h470 tNFA_NDEF_DETECT ndef_detect; /* NFA_NDEF_DETECT_EVT */ member
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_act.c1427 if (p_data->ndef_detect.status == NFA_STATUS_OK) in nfa_dm_act_conn_cback_notify()
1431 else if (p_data->ndef_detect.status == NFA_STATUS_FAILED) in nfa_dm_act_conn_cback_notify()