Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/radio/
H A Dmax_power_table.hpp61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower() function in ot::MaxPowerTable
H A Dradio.hpp905 inline Error Radio::SetTransmitPower(int8_t aPower) { return otPlatRadioSetTransmitPower(GetInstanc… in SetTransmitPower() function in ot::Radio
1056 inline Error Radio::SetTransmitPower(int8_t) { return kErrorNotImplemented; } in SetTransmitPower() function in ot::Radio
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1200 otError RadioSpinel::SetTransmitPower(int8_t aPower) in SetTransmitPower() function in ot::Spinel::RadioSpinel