HomeSort by relevance Sort by last modified time
    Searched defs:mPrimaryPhy (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetParameters.java 103 private final int mPrimaryPhy;
119 mPrimaryPhy = primaryPhy;
131 mPrimaryPhy = in.readInt();
176 return mPrimaryPhy;
206 + ", primaryPhy=" + mPrimaryPhy
224 dest.writeInt(mPrimaryPhy);
252 private int mPrimaryPhy = BluetoothDevice.PHY_LE_1M;
337 mPrimaryPhy = primaryPhy;
434 mIncludeTxPower, mPrimaryPhy, mSecondaryPhy, mInterval, mTxPowerLevel);
ScanResult.java 88 private int mPrimaryPhy;
112 mPrimaryPhy = BluetoothDevice.PHY_LE_1M;
138 mPrimaryPhy = primaryPhy;
169 dest.writeInt(mPrimaryPhy);
186 mPrimaryPhy = in.readInt();
260 return mPrimaryPhy;
306 mEventType, mPrimaryPhy, mSecondaryPhy,
324 && mPrimaryPhy == other.mPrimaryPhy
336 + ", primaryPhy=" + mPrimaryPhy + ", secondaryPhy=" + mSecondaryPh
    [all...]

Completed in 54 milliseconds