Home
last modified time | relevance | path

Searched defs:SetPanId (Results 1 – 9 of 9) sorted by relevance

/external/openthread/src/core/radio/
Dtrel_link.hpp101 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId() function in ot::Trel::Link
Dtrel_packet.hpp151 void SetPanId(Mac::PanId aPanId) { mPanId = BigEndian::HostSwap16(aPanId); } in SetPanId() function in ot::Trel::Header
Dradio.hpp883 inline void Radio::SetPanId(Mac::PanId aPanId) { otPlatRadioSetPanId(GetInstancePtr(), aPanId); } in SetPanId() function in ot::Radio
1041 inline void Radio::SetPanId(Mac::PanId) {} in SetPanId() function in ot::Radio
/external/openthread/src/core/mac/
Dlink_raw.cpp119 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Mac::LinkRaw
Dmac_links.hpp294 void SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Links
Dsub_mac.cpp156 void SubMac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::SubMac
Dmac.cpp480 void Mac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Mac
/external/openthread/src/core/common/
Dmessage.hpp1116 void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; } in SetPanId() function in ot::Message
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp973 otError RadioSpinel::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Spinel::RadioSpinel