Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp543 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
983 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl() function in ot::Radio
1095 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl() function in ot::Radio
/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp123 IgnoreError(Get<Radio>().EnableCsl(aPeriod, aShortAddr, aExtAddr)); in UpdateCsl()