Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/observe_mode/
DReaderPollConfigParser.cc289 vector<uint8_t> lxNotification = vector<uint8_t>(p_ntf, p_ntf + p_len); in parseAndSendReaderPollInfo() local
294 uint8_t entryTag = ((lxNotification[idx] & LX_TAG_MASK) >> 4); in parseAndSendReaderPollInfo()
295 uint8_t entryLength = (lxNotification[idx] & LX_LENGTH_MASK); in parseAndSendReaderPollInfo()
299 lxNotification.size() >= (idx + entryLength)) { in parseAndSendReaderPollInfo()
301 getEvent(vector<uint8_t>(lxNotification.begin() + idx, in parseAndSendReaderPollInfo()
302 lxNotification.begin() + idx + entryLength), in parseAndSendReaderPollInfo()