Home
last modified time | relevance | path

Searched defs:SetCslPeriod (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dcsl_tx_scheduler.hpp92 void SetCslPeriod(uint16_t aPeriod) { mCslPeriod = aPeriod; } in SetCslPeriod() function in ot::CslTxScheduler::ChildInfo
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.cpp2330 void Mac::SetCslPeriod(uint16_t aPeriod) in SetCslPeriod() function in ot::Mac::Mac