Searched refs:NCI_CORE_RESET_RSP_LEN (Results 1 – 2 of 2) sorted by relevance
162 #define NCI_CORE_RESET_RSP_LEN(X) (((X) == NCI_VERSION_2_0) ? (0x01) : (0x03)) macro
1432 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()