Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.c361 tNFA_CONN_EVT_DATA conn_evt_data; in Mfc_CheckNdef_Completion_Routine() local
363 conn_evt_data.ndef_detect.status = status; in Mfc_CheckNdef_Completion_Routine()
367 conn_evt_data.ndef_detect.protocol = NFA_PROTOCOL_MIFARE; in Mfc_CheckNdef_Completion_Routine()
369 (uint32_t *)&(conn_evt_data.ndef_detect.max_size), in Mfc_CheckNdef_Completion_Routine()
370 (uint32_t *)&(conn_evt_data.ndef_detect.cur_size)); in Mfc_CheckNdef_Completion_Routine()
371 NdefInfo.NdefLength = conn_evt_data.ndef_detect.max_size; in Mfc_CheckNdef_Completion_Routine()
374 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()
378 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_READ_ONLY; in Mfc_CheckNdef_Completion_Routine()
382 conn_evt_data.ndef_detect.flags = RW_NDEF_FL_SUPPORTED | RW_NDEF_FL_FORMATED; in Mfc_CheckNdef_Completion_Routine()
388 conn_evt_data.ndef_detect.cur_size = 0; in Mfc_CheckNdef_Completion_Routine()
[all …]