Searched refs:ndef_detect (Results 1 – 6 of 6) sorted by relevance
220 conn_evt_data.ndef_detect.status = NFA_STATUS_OK; in nfa_rw_handle_ndef_detect()226 conn_evt_data.ndef_detect.flags = p_rw_data->ndef.flags; in nfa_rw_handle_ndef_detect()288 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_handle_ndef_detect()289 conn_evt_data.ndef_detect.max_size = 0; in nfa_rw_handle_ndef_detect()1654 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_detect_ndef()1655 conn_evt_data.ndef_detect.max_size = 0; in nfa_rw_detect_ndef()1656 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_UNKNOWN; in nfa_rw_detect_ndef()3013 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_op_req_while_busy()3014 conn_evt_data.ndef_detect.max_size = 0; in nfa_rw_op_req_while_busy()3096 conn_evt_data.ndef_detect.cur_size = 0; in nfa_rw_op_req_while_inactive()[all …]
340 conn_evt_data.ndef_detect.status = status; in Mfc_CheckNdef_Completion_Routine()343 conn_evt_data.ndef_detect.protocol = NFC_PROTOCOL_MIFARE; in Mfc_CheckNdef_Completion_Routine()346 (uint32_t*)&(conn_evt_data.ndef_detect.cur_size)); in Mfc_CheckNdef_Completion_Routine()347 NdefInfo.NdefLength = conn_evt_data.ndef_detect.max_size; in Mfc_CheckNdef_Completion_Routine()350 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()354 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_READ_ONLY; in Mfc_CheckNdef_Completion_Routine()356 conn_evt_data.ndef_detect.flags = in Mfc_CheckNdef_Completion_Routine()361 conn_evt_data.ndef_detect.cur_size = 0; in Mfc_CheckNdef_Completion_Routine()362 conn_evt_data.ndef_detect.max_size = 0; in Mfc_CheckNdef_Completion_Routine()363 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_UNKNOWN; in Mfc_CheckNdef_Completion_Routine()[all …]
537 status = eventData->ndef_detect.status; in nfaConnectionCallback()541 __func__, status, eventData->ndef_detect.protocol, in nfaConnectionCallback()542 eventData->ndef_detect.max_size, eventData->ndef_detect.cur_size, in nfaConnectionCallback()543 eventData->ndef_detect.flags); in nfaConnectionCallback()545 nativeNfcTag_doCheckNdefResult(status, eventData->ndef_detect.max_size, in nfaConnectionCallback()546 eventData->ndef_detect.cur_size, in nfaConnectionCallback()547 eventData->ndef_detect.flags); in nfaConnectionCallback()
1430 tNFA_NDEF_DETECT& ndef_detect = data->ndef_detect; in connectionEventHandler() local1431 mNdefDetectionTimedOut = ndef_detect.status == NFA_STATUS_TIMEOUT; in connectionEventHandler()
513 tNFA_NDEF_DETECT ndef_detect; /* NFA_NDEF_DETECT_EVT */ member
1400 if (p_data->ndef_detect.status == NFA_STATUS_OK) { in nfa_dm_act_conn_cback_notify()1402 } else if (p_data->ndef_detect.status == NFA_STATUS_FAILED) { in nfa_dm_act_conn_cback_notify()