Searched refs:NdefActualSize (Results 1 – 2 of 2) sorted by relevance
374 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()394 NdefInfo.NdefActualSize = conn_evt_data.ndef_detect.cur_size; in Mfc_CheckNdef_Completion_Routine()623 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) ) in Mfc_SetReadOnly()628 NdefInfo.psUpperNdefMsg->length = NdefInfo.NdefActualSize; in Mfc_SetReadOnly()681 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) ) in Mfc_ReadNdef()683 NdefInfo.psUpperNdefMsg->length = NdefInfo.NdefActualSize; in Mfc_ReadNdef()689 NdefInfo.psUpperNdefMsg->buffer = malloc(NdefInfo.NdefActualSize); in Mfc_ReadNdef()694 NdefInfo.psUpperNdefMsg->length = NdefInfo.NdefActualSize; in Mfc_ReadNdef()
137 uint32_t NdefActualSize; member