Searched refs:GetTransmitPower (Results 1 – 5 of 5) sorted by relevance
50 …int8_t GetTransmitPower(uint8_t aChannel) const { return mPowerTable[aChannel - Radio::kChannelMin… in GetTransmitPower() function in ot::MaxPowerTable
401 Error GetTransmitPower(int8_t &aPower);907 inline Error Radio::GetTransmitPower(int8_t &aPower) { return otPlatRadioGetTransmitPower(GetInstan… in GetTransmitPower() function in ot::Radio1062 inline Error Radio::GetTransmitPower(int8_t &) { return kErrorNotImplemented; } in GetTransmitPower() function in ot::Radio
280 otError GetTransmitPower(int8_t &aPower);
1125 otError RadioSpinel::GetTransmitPower(int8_t &aPower) in GetTransmitPower() function in ot::Spinel::RadioSpinel2250 int8_t power = mMaxPowerTable.GetTransmitPower(channel); in RestoreProperties()
459 return GetRadioSpinel().GetTransmitPower(*aPower); in otPlatRadioGetTransmitPower()