Home
last modified time | relevance | path

Searched defs:aChannelPage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp803 static constexpr bool SupportsChannelPage(uint8_t aChannelPage) in SupportsChannelPage()
824 static uint32_t ChannelMaskForPage(uint8_t aChannelPage) in ChannelMaskForPage()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_tlvs.hpp1059 ChannelTlvValue(uint8_t aChannelPage, uint16_t aChannel) in ChannelTlvValue()
1090 void SetChannelPage(uint8_t aChannelPage) { mChannelPage = aChannelPage; } in SetChannelPage()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.hpp734 void SetChannelPage(uint8_t aChannelPage) { mChannelPage = aChannelPage; } in SetChannelPage()