Searched refs:nci_version (Results 1 – 8 of 8) sorted by relevance
80 if (nfc_cb.nci_version != NCI_VERSION_2_0) in NFC_NfceeModeSet()
211 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()
1412 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()
73 uint8_t nci_snd_core_init(uint8_t nci_version) { in nci_snd_core_init() argument77 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()
347 if (nfc_cb.nci_version != NCI_VERSION_2_0 || *pp != NCI_STATUS_OK) { in nci_proc_ee_management_rsp()
43 uint8_t nci_snd_core_init(uint8_t nci_version);
216 uint8_t nci_version; /* NCI version used for NCI communication*/ member
215 uint8_t nci_version; /* the NCI version of NFCC */ member