mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
[mle] move simple RLOC to Router ID conversion functions to mle_types.hpp (#8060)
This commit moves simple `static` member methods from `Mle` class to `mle_types.hpp` (under `Mle` namespace).
This commit is contained in:
committed by
GitHub
parent
2c3a10d67a
commit
d17bde5b2d
@@ -305,7 +305,7 @@ otDeviceRole otThreadGetDeviceRole(otInstance *aInstance)
|
||||
|
||||
const char *otThreadDeviceRoleToString(otDeviceRole aRole)
|
||||
{
|
||||
return Mle::Mle::RoleToString(MapEnum(aRole));
|
||||
return Mle::RoleToString(MapEnum(aRole));
|
||||
}
|
||||
|
||||
otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData)
|
||||
|
||||
Reference in New Issue
Block a user