Home
last modified time | relevance | path

Searched refs:otThreadGetVersion (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/posix/
Dmain.c288 syslog(LOG_INFO, "Thread version: %hu", otThreadGetVersion()); in InitInstance()
/openthread-latest/include/openthread/
Dthread.h258 uint16_t otThreadGetVersion(void);
/openthread-latest/src/core/api/
Dthread_api.cpp403 uint16_t otThreadGetVersion(void) { return kThreadVersion; } in otThreadGetVersion() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1338 if (otThreadGetVersion() >= OT_THREAD_VERSION_1_2) in EncodeOperationalDataset()
1572 … if (otThreadGetVersion() >= OT_THREAD_VERSION_1_2 && mDecoder.GetRemainingLengthInStruct() > 0) in DecodeOperationalDataset()
/openthread-latest/src/cli/
Dcli.cpp6470 OutputLine("%u", otThreadGetVersion()); in Process()