Home
last modified time | relevance | path

Searched refs:otLinkGetChannel (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h453 uint8_t otLinkGetChannel(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp237 uint8_t otLinkGetChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().… in otLinkGetChannel() function
Dlink_api.cpp40 uint8_t otLinkGetChannel(otInstance *aInstance) in otLinkGetChannel() function
/openthread-latest/src/ncp/
Dncp_base.cpp1525 return mEncoder.WriteUint8(otLinkGetChannel(mInstance)); in HandlePropertyGet()
2401 const uint8_t chan(otLinkGetChannel(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1713 ExitNow(error = ProcessGetSet(aArgs, otLinkGetChannel, otLinkSetChannel)); in Process()