Searched refs:txInfo (Results 1 – 1 of 1) sorted by relevance
1086 const otHistoryTrackerMessageInfo *txInfo = nullptr; in ProcessRxTxHistory() local1132 if (txInfo == nullptr) in ProcessRxTxHistory()1134 … txInfo = otHistoryTrackerIterateTxHistory(GetInstancePtr(), &txIterator, &txEntryAge); in ProcessRxTxHistory()1137 if ((rxInfo != nullptr) && ((txInfo == nullptr) || (rxEntryAge <= txEntryAge))) in ProcessRxTxHistory()1146 info = txInfo; in ProcessRxTxHistory()1149 txInfo = nullptr; in ProcessRxTxHistory()