Home
last modified time | relevance | path

Searched refs:SetChannelMaxTransmitPower (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/posix/platform/
Dradio.cpp197 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()
210 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()
987 return GetRadioSpinel().SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp894 otError SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower);
Dradio_spinel.cpp2258 otError error = SetChannelMaxTransmitPower(channel, power); in RestoreProperties()
2313 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() function in ot::Spinel::RadioSpinel