Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdata.h256 uint8_t otNetDataGetStableVersion(otInstance *aInstance);
/openthread-latest/src/core/api/
Dnetdata_api.cpp114 uint8_t otNetDataGetStableVersion(otInstance *aInstance) in otNetDataGetStableVersion() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp706 return mEncoder.WriteUint8(otNetDataGetStableVersion(mInstance)); in HandlePropertyGet()