Home
last modified time | relevance | path

Searched refs:otNetDataGetStableVersion (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Dnetdata.h263 uint8_t otNetDataGetStableVersion(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dnetdata_api.cpp112 uint8_t otNetDataGetStableVersion(otInstance *aInstance) in otNetDataGetStableVersion() function
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp703 return mEncoder.WriteUint8(otNetDataGetStableVersion(mInstance)); in HandlePropertyGet()