Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/fwd/sr1xx/
DphNxpUciHal_fwd.cc259 uint8_t expCls, expIns; in phHbci_QueryInfo() local
269 expCls = (gphHbci_MosiApdu.cls & (uint8_t)PHHBCI_CLASS_MASK) | phHbci_SubClass_Answer; in phHbci_QueryInfo()
302 if (gphHbci_MisoApdu.cls != expCls) in phHbci_QueryInfo()
304 ALOGD("ERROR: Invalid Class - Exp 0x%02x, Got 0x%02x\n", expCls, gphHbci_MisoApdu.cls); in phHbci_QueryInfo()