Searched refs:otThreadGetVersion (Results 1 – 5 of 5) sorted by relevance
288 syslog(LOG_INFO, "Thread version: %hu", otThreadGetVersion()); in InitInstance()
258 uint16_t otThreadGetVersion(void);
403 uint16_t otThreadGetVersion(void) { return kThreadVersion; } in otThreadGetVersion() function
1338 if (otThreadGetVersion() >= OT_THREAD_VERSION_1_2) in EncodeOperationalDataset()1572 … if (otThreadGetVersion() >= OT_THREAD_VERSION_1_2 && mDecoder.GetRemainingLengthInStruct() > 0) in DecodeOperationalDataset()
6470 OutputLine("%u", otThreadGetVersion()); in Process()