Searched refs:NdefActualSize (Results 1 – 2 of 2) sorted by relevance
371 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()391 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()620 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) ) in Mfc_SetReadOnly()625 NdefInfo.psUpperNdefMsg->length = NdefInfo.NdefActualSize; in Mfc_SetReadOnly()678 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) ) in Mfc_ReadNdef()680 NdefInfo.psUpperNdefMsg->length = NdefInfo.NdefActualSize; in Mfc_ReadNdef()686 NdefInfo.psUpperNdefMsg->buffer = malloc(NdefInfo.NdefActualSize); in Mfc_ReadNdef()691 NdefInfo.psUpperNdefMsg->length = NdefInfo.NdefActualSize; in Mfc_ReadNdef()
137 uint32_t NdefActualSize; member