Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dcsl_tx_scheduler.hpp86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel() function in ot::CslTxScheduler::ChildInfo
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.cpp2324 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel() function in ot::Mac::Mac