Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/utils/
DNxpNfcCapability.cc58 if (GET_FW_ROM_VERSION_NCI_RESP(msg, msg_len) == in determineChipTypeFromNciRsp()
65 else if (GET_FW_ROM_VERSION_NCI_RESP(msg, msg_len) == in determineChipTypeFromNciRsp()
70 else if (GET_FW_ROM_VERSION_NCI_RESP(msg, msg_len) == in determineChipTypeFromNciRsp()
76 else if (GET_FW_ROM_VERSION_NCI_RESP(msg, msg_len) == in determineChipTypeFromNciRsp()
87 } else if (GET_FW_ROM_VERSION_NCI_RESP(msg, msg_len) == in determineChipTypeFromNciRsp()
/hardware/nxp/nfc/snxxx/halimpl/common/
DNxp_Features.h143 #define GET_FW_ROM_VERSION_NCI_RESP(msg, msg_len) (msg[msg_len - 3]) macro