Home
last modified time | relevance | path

Searched refs:GetDeviceProperties (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.hpp154 const DeviceProperties &GetDeviceProperties(void) const { return mDeviceProperties; } in GetDeviceProperties() function in ot::Mle::MleRouter
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp82 return &AsCoreType(aInstance).Get<Mle::MleRouter>().GetDeviceProperties(); in otThreadGetDeviceProperties()