Searched refs:ndef_detect (Results 1 – 3 of 3) sorted by relevance
364 conn_evt_data.ndef_detect.status = status; in Mfc_CheckNdef_Completion_Routine()368 conn_evt_data.ndef_detect.protocol = NFA_PROTOCOL_MIFARE; in Mfc_CheckNdef_Completion_Routine()370 (uint32_t *)&(conn_evt_data.ndef_detect.max_size), in Mfc_CheckNdef_Completion_Routine()371 (uint32_t *)&(conn_evt_data.ndef_detect.cur_size)); in Mfc_CheckNdef_Completion_Routine()372 NdefInfo.NdefLength = conn_evt_data.ndef_detect.max_size; in Mfc_CheckNdef_Completion_Routine()375 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()379 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_READ_ONLY; in Mfc_CheckNdef_Completion_Routine()383 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_SUPPORTED | RW_NDEF_FL_FORMATED; in Mfc_CheckNdef_Completion_Routine()389 conn_evt_data.ndef_detect.cur_size = 0; in Mfc_CheckNdef_Completion_Routine()390 conn_evt_data.ndef_detect.max_size = 0; in Mfc_CheckNdef_Completion_Routine()[all …]
440 status = eventData->ndef_detect.status; in nfaConnectionCallback()444 eventData->ndef_detect.protocol, eventData->ndef_detect.max_size, in nfaConnectionCallback()445 eventData->ndef_detect.cur_size, eventData->ndef_detect.flags); in nfaConnectionCallback()448 eventData->ndef_detect.max_size, eventData->ndef_detect.cur_size, in nfaConnectionCallback()449 eventData->ndef_detect.flags); in nfaConnectionCallback()
1442 tNFA_NDEF_DETECT& ndef_detect = data->ndef_detect; in connectionEventHandler() local1443 mNdefDetectionTimedOut = ndef_detect.status == NFA_STATUS_TIMEOUT; in connectionEventHandler()