Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_ee.cc80 if (nfc_cb.nci_version != NCI_VERSION_2_0) in NFC_NfceeModeSet()
Dnfc_main.cc211 evt_data.enable.nci_version = nfc_cb.nci_version; in nfc_enabled()
213 if (nfc_cb.nci_version == NCI_VERSION_1_0) { in nfc_enabled()
240 if (nfc_cb.nci_version == NCI_VERSION_2_0) { in nfc_enabled()
741 nfc_cb.nci_version = NCI_VERSION_UNKNOWN; in NFC_Init()
1304 uint8_t NFC_GetNCIVersion() { return nfc_cb.nci_version; } in NFC_GetNCIVersion()
Dnfc_ncif.cc1412 STREAM_TO_UINT8(nfc_cb.nci_version, p); in nfc_ncif_proc_reset_rsp()
1414 << StringPrintf(" CORE_RESET_NTF nci_version%x", nfc_cb.nci_version); in nfc_ncif_proc_reset_rsp()
1435 nfc_cb.nci_version = NCI_VERSION_1_0; in nfc_ncif_proc_reset_rsp()
1451 if (nfc_cb.nci_version == NCI_VERSION_1_0) in nfc_ncif_proc_reset_rsp()
1480 if (nfc_cb.nci_version == NCI_VERSION_UNKNOWN) { in nfc_ncif_proc_init_rsp()
1496 if (nfc_cb.nci_version == NCI_VERSION_UNKNOWN) { in nfc_ncif_proc_init_rsp()
1497 nfc_cb.nci_version = NCI_VERSION_1_0; in nfc_ncif_proc_init_rsp()
/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc73 uint8_t nci_snd_core_init(uint8_t nci_version) { in nci_snd_core_init() argument
77 if ((p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_INIT(nci_version))) == nullptr) in nci_snd_core_init()
81 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_INIT(nci_version); in nci_snd_core_init()
88 UINT8_TO_STREAM(pp, NCI_CORE_PARAM_SIZE_INIT(nci_version)); in nci_snd_core_init()
89 if (nfc_cb.nci_version == NCI_VERSION_2_0) { in nci_snd_core_init()
Dnci_hrcv.cc347 if (nfc_cb.nci_version != NCI_VERSION_2_0 || *pp != NCI_STATUS_OK) { in nci_proc_ee_management_rsp()
/system/nfc/src/nfc/include/
Dnci_hmsgs.h43 uint8_t nci_snd_core_init(uint8_t nci_version);
Dnfc_int.h216 uint8_t nci_version; /* NCI version used for NCI communication*/ member
Dnfc_api.h215 uint8_t nci_version; /* the NCI version of NFCC */ member