Searched refs:otDeviceRole (Results 1 – 5 of 5) sorted by relevance
74 } otDeviceRole; typedef712 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance);722 const char *otThreadDeviceRoleToString(otDeviceRole aRole);
87 otDeviceRole mRole; ///< Device Role.
332 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole()336 return static_cast<otDeviceRole>(instance.Get<Mle::MleRouter>().GetRole()); in otThreadGetDeviceRole()339 const char *otThreadDeviceRoleToString(otDeviceRole aRole) in otThreadDeviceRoleToString()
249 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole()
65 entry->mRole = static_cast<otDeviceRole>(Get<Mle::Mle>().GetRole()); in RecordNetworkInfo()