Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nci/
Dnci_hrcv.cc393 nfc_response.nfcee_info.nfcee_id = *pp++; in nci_proc_ee_management_ntf()
395 nfc_response.nfcee_info.ee_status = *pp++; in nci_proc_ee_management_ntf()
397 nfc_response.nfcee_info.num_interface = *pp++; in nci_proc_ee_management_ntf()
400 if (nfc_response.nfcee_info.num_interface > NFC_MAX_EE_INTERFACE) in nci_proc_ee_management_ntf()
401 nfc_response.nfcee_info.num_interface = NFC_MAX_EE_INTERFACE; in nci_proc_ee_management_ntf()
403 for (xx = 0; xx < nfc_response.nfcee_info.num_interface; xx++) { in nci_proc_ee_management_ntf()
404 nfc_response.nfcee_info.ee_interface[xx] = *pp++; in nci_proc_ee_management_ntf()
408 nfc_response.nfcee_info.num_tlvs = *pp++; in nci_proc_ee_management_ntf()
411 nfc_response.nfcee_info.nfcee_id, nfc_response.nfcee_info.num_interface, in nci_proc_ee_management_ntf()
412 yy, nfc_response.nfcee_info.num_tlvs); in nci_proc_ee_management_ntf()
[all …]
/system/nfc/src/nfc/include/
Dnfc_api.h512 tNFC_NFCEE_INFO_REVT nfcee_info; member