Home
last modified time | relevance | path

Searched defs:SetTxPower (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dadvertising_data.cc605 void AdvertisingData::SetTxPower(int8_t dbm) { tx_power_ = dbm; } in SetTxPower() function in bt::AdvertisingData
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1399 void SetTxPower(int8_t aTxPower) { mInfo.mTxInfo.mTxPower = aTxPower; } in SetTxPower() function in ot::Mac::TxFrame