Searched refs:readerPollInfoNotifications (Results 1 – 1 of 1) sorted by relevance
317 vector<uint8_t> readerPollInfoNotifications; in notifyPollingLoopInfoEvent() local318 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() local372 if ((int)(readerPollInfoNotifications.size() + readerPollInfo.size()) >= in parseAndSendReaderPollInfo()[all …]