Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnfc_target.h162 #define NCI_CORE_RESET_RSP_LEN(X) (((X) == NCI_VERSION_2_0) ? (0x01) : (0x03)) macro
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1432 if ((*p_len) == NCI_CORE_RESET_RSP_LEN(NCI_VERSION_2_0)) { in nfc_ncif_proc_reset_rsp()
1434 } else if ((*p_len) == NCI_CORE_RESET_RSP_LEN(NCI_VERSION_1_0)) { in nfc_ncif_proc_reset_rsp()