Lines Matching refs:readerPollInfoNotifications
259 vector<uint8_t> readerPollInfoNotifications; in notifyPollingLoopInfoEvent() local
260 readerPollInfoNotifications.push_back(NCI_PROP_NTF_GID); in notifyPollingLoopInfoEvent()
261 readerPollInfoNotifications.push_back(NCI_PROP_NTF_ANDROID_OID); in notifyPollingLoopInfoEvent()
262 readerPollInfoNotifications.push_back((int)p_data.size() + 1); in notifyPollingLoopInfoEvent()
263 readerPollInfoNotifications.push_back(OBSERVE_MODE_OP_CODE); in notifyPollingLoopInfoEvent()
264 readerPollInfoNotifications.insert(std::end(readerPollInfoNotifications), in notifyPollingLoopInfoEvent()
266 this->callback((int)readerPollInfoNotifications.size(), in notifyPollingLoopInfoEvent()
267 readerPollInfoNotifications.data()); in notifyPollingLoopInfoEvent()
292 vector<uint8_t> readerPollInfoNotifications; in parseAndSendReaderPollInfo() local
304 if ((int)(readerPollInfoNotifications.size() + readerPollInfo.size()) >= in parseAndSendReaderPollInfo()
306 notifyPollingLoopInfoEvent(std::move(readerPollInfoNotifications)); in parseAndSendReaderPollInfo()
307 readerPollInfoNotifications.clear(); in parseAndSendReaderPollInfo()
309 readerPollInfoNotifications.insert(std::end(readerPollInfoNotifications), in parseAndSendReaderPollInfo()
317 if (readerPollInfoNotifications.size() <= 0 || in parseAndSendReaderPollInfo()
318 readerPollInfoNotifications.size() >= 0xFF) { in parseAndSendReaderPollInfo()
322 notifyPollingLoopInfoEvent(std::move(readerPollInfoNotifications)); in parseAndSendReaderPollInfo()