Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Drouter.hpp209 void SetLeaderCost(uint8_t aLeaderCost) { mLeaderCost = aLeaderCost; } in SetLeaderCost() function in ot::Parent
H A Dmle_tlvs.hpp885 void SetLeaderCost(uint8_t aCost) { mLeaderCost = aCost; } in SetLeaderCost() function in ot::Mle::ConnectivityTlv