Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.cpp127 VerifyOrExit(Radio::IsCslChannelValid(aChannel)); in ChangeCslChannel()
/openthread-latest/src/core/radio/
Dradio.hpp743 static bool IsCslChannelValid(uint8_t aCslChannel) in IsCslChannelValid() function in ot::Radio
/openthread-latest/src/core/api/
Dlink_api.cpp432 VerifyOrExit(Radio::IsCslChannelValid(aChannel), error = kErrorInvalidArgs); in otLinkSetCslChannel()