Home | History | Annotate | Download | only in le

Lines Matching defs:mTxPower

91     private int mTxPower;
115 mTxPower = 127;
141 mTxPower = txPower;
172 dest.writeInt(mTxPower);
189 mTxPower = in.readInt();
290 return mTxPower;
307 mAdvertisingSid, mTxPower,
327 && mTxPower == other.mTxPower
337 + ", advertisingSid=" + mAdvertisingSid + ", txPower=" + mTxPower