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.cc399 nfc_response.nfcee_info.nfcee_id = *pp++; in nci_proc_ee_management_ntf()
401 nfc_response.nfcee_info.ee_status = *pp++; in nci_proc_ee_management_ntf()
403 nfc_response.nfcee_info.num_interface = *pp++; in nci_proc_ee_management_ntf()
406 if (nfc_response.nfcee_info.num_interface > NFC_MAX_EE_INTERFACE) in nci_proc_ee_management_ntf()
407 nfc_response.nfcee_info.num_interface = NFC_MAX_EE_INTERFACE; in nci_proc_ee_management_ntf()
409 for (xx = 0; xx < nfc_response.nfcee_info.num_interface; xx++) { in nci_proc_ee_management_ntf()
410 nfc_response.nfcee_info.ee_interface[xx] = *pp++; in nci_proc_ee_management_ntf()
414 nfc_response.nfcee_info.num_tlvs = *pp++; in nci_proc_ee_management_ntf()
417 nfc_response.nfcee_info.nfcee_id, nfc_response.nfcee_info.num_interface, in nci_proc_ee_management_ntf()
418 yy, nfc_response.nfcee_info.num_tlvs); in nci_proc_ee_management_ntf()
[all …]
/system/nfc/src/nfc/include/
Dnfc_api.h513 tNFC_NFCEE_INFO_REVT nfcee_info; member