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.cc259 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()
[all …]