Searched defs:nci_version (Results 1 - 3 of 3) sorted by path

/system/nfc/src/nfc/include/
H A Dnfc_api.h215 uint8_t nci_version; /* the NCI version of NFCC */ member in struct:__anon2456
H A Dnfc_int.h215 uint8_t nci_version; /* NCI version used for NCI communication*/ member in struct:__anon2508
/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc73 uint8_t nci_snd_core_init(uint8_t nci_version) { argument
77 if ((p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_INIT(nci_version))) == NULL)
81 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_INIT(nci_version);
88 UINT8_TO_STREAM(pp, NCI_CORE_PARAM_SIZE_INIT(nci_version));
89 if (nfc_cb.nci_version == NCI_VERSION_2_0) {

Completed in 121 milliseconds