Home
last modified time | relevance | path

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

/external/openthread/src/core/radio/
Dmax_power_table.hpp61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower() function in ot::MaxPowerTable
Dradio.hpp736 inline Error Radio::SetTransmitPower(int8_t aPower) in SetTransmitPower() function in ot::Radio
909 inline Error Radio::SetTransmitPower(int8_t) in SetTransmitPower() function in ot::Radio
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1481 otError RadioSpinel<InterfaceType, ProcessContextType>::SetTransmitPower(int8_t aPower) in SetTransmitPower() function in ot::Spinel::RadioSpinel