Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_NfcIPMgmt.c1297 phHal_sNfcIPInfo_t *p_remtgt_info = NULL; in phHciNfc_NfcIP_InfoUpdate() local
1299 p_remtgt_info = in phHciNfc_NfcIP_InfoUpdate()
1301 p_remtgt_info->ATRInfo_Length = reg_length; in phHciNfc_NfcIP_InfoUpdate()
1302 (void)memcpy((void *)p_remtgt_info->ATRInfo, in phHciNfc_NfcIP_InfoUpdate()
1304 p_remtgt_info->ATRInfo_Length); in phHciNfc_NfcIP_InfoUpdate()
1347 phHal_sNfcIPInfo_t *p_remtgt_info = NULL; in phHciNfc_NfcIP_InfoUpdate() local
1349 p_remtgt_info = in phHciNfc_NfcIP_InfoUpdate()
1351 p_remtgt_info->NFCID_Length = reg_length; in phHciNfc_NfcIP_InfoUpdate()
1352 (void)memcpy((void *)p_remtgt_info->NFCID, in phHciNfc_NfcIP_InfoUpdate()
1354 p_remtgt_info->NFCID_Length); in phHciNfc_NfcIP_InfoUpdate()
[all …]