Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/utils/
DNxpNfcCapability.cc106 if (msg[offsetDlRspChipType] == HW_PN560_V1 || in determineChipTypeFromDLRsp()
107 msg[offsetDlRspChipType] == HW_PN560_V2) { in determineChipTypeFromDLRsp()
121 msg[offsetDlRspChipType] == HW_SN300U)) { in determineChipTypeFromDLRsp()
DNxpNfcCapability.h26 const uint16_t offsetDlRspChipType = 3; variable