Searched refs:EncodeChannelMask (Results 1 – 4 of 4) sorted by relevance
1544 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask() function in ot::Ncp::NcpBase1580 return EncodeChannelMask(mScanChannelMask); in HandlePropertyGet()2451 return EncodeChannelMask(otPlatRadioGetSupportedChannelMask(mInstance)); in HandlePropertyGet()2453 return EncodeChannelMask(otLinkGetSupportedChannelMask(mInstance)); in HandlePropertyGet()2459 return EncodeChannelMask(otPlatRadioGetPreferredChannelMask(mInstance)); in HandlePropertyGet()
241 otError EncodeChannelMask(uint32_t aChannelMask);
1283 return EncodeChannelMask(otChannelManagerGetSupportedChannels(mInstance)); in HandlePropertyGet()1300 return EncodeChannelMask(otChannelManagerGetFavoredChannels(mInstance)); in HandlePropertyGet()
1346 SuccessOrExit(error = EncodeChannelMask(aDataset.mChannelMask)); in EncodeOperationalDataset()