Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/observe_mode/
DReaderPollConfigParser.cc317 vector<uint8_t> readerPollInfoNotifications; in notifyPollingLoopInfoEvent() local
318 readerPollInfoNotifications.push_back(NCI_PROP_NTF_GID); in notifyPollingLoopInfoEvent()
319 readerPollInfoNotifications.push_back(NCI_PROP_NTF_ANDROID_OID); in notifyPollingLoopInfoEvent()
320 readerPollInfoNotifications.push_back((int)p_data.size() + 1); in notifyPollingLoopInfoEvent()
321 readerPollInfoNotifications.push_back(OBSERVE_MODE_OP_CODE); in notifyPollingLoopInfoEvent()
322 readerPollInfoNotifications.insert(std::end(readerPollInfoNotifications), in notifyPollingLoopInfoEvent()
324 this->callback((int)readerPollInfoNotifications.size(), in notifyPollingLoopInfoEvent()
325 readerPollInfoNotifications.data()); in notifyPollingLoopInfoEvent()
350 vector<uint8_t> readerPollInfoNotifications; in parseAndSendReaderPollInfo() local
372 if ((int)(readerPollInfoNotifications.size() + readerPollInfo.size()) >= in parseAndSendReaderPollInfo()
[all …]