Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dnetdata.h201 uint8_t otNetDataGetStableVersion(otInstance *aInstance);
/openthread-2.7.6/src/core/api/
Dnetdata_api.cpp103 uint8_t otNetDataGetStableVersion(otInstance *aInstance) in otNetDataGetStableVersion() function
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp732 return mEncoder.WriteUint8(otNetDataGetStableVersion(mInstance)); in HandlePropertyGet()