Lines Matching refs:readerPollInfoNotifications
317 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()
374 notifyPollingLoopInfoEvent(std::move(readerPollInfoNotifications)); in parseAndSendReaderPollInfo()
375 readerPollInfoNotifications.clear(); in parseAndSendReaderPollInfo()
377 readerPollInfoNotifications.insert(std::end(readerPollInfoNotifications), in parseAndSendReaderPollInfo()
385 if (readerPollInfoNotifications.size() <= 0 || in parseAndSendReaderPollInfo()
386 readerPollInfoNotifications.size() >= 0xFF) { in parseAndSendReaderPollInfo()
390 notifyPollingLoopInfoEvent(std::move(readerPollInfoNotifications)); in parseAndSendReaderPollInfo()