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

  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetParameters.java 104 private final int mSecondaryPhy;
120 mSecondaryPhy = secondaryPhy;
132 mSecondaryPhy = in.readInt();
183 return mSecondaryPhy;
207 + ", secondaryPhy=" + mSecondaryPhy
225 dest.writeInt(mSecondaryPhy);
253 private int mSecondaryPhy = BluetoothDevice.PHY_LE_1M;
361 mSecondaryPhy = secondaryPhy;
434 mIncludeTxPower, mPrimaryPhy, mSecondaryPhy, mInterval, mTxPowerLevel);
ScanResult.java 89 private int mSecondaryPhy;
113 mSecondaryPhy = PHY_UNUSED;
139 mSecondaryPhy = secondaryPhy;
170 dest.writeInt(mSecondaryPhy);
187 mSecondaryPhy = in.readInt();
272 return mSecondaryPhy;
306 mEventType, mPrimaryPhy, mSecondaryPhy,
325 && mSecondaryPhy == other.mSecondaryPhy
336 + ", primaryPhy=" + mPrimaryPhy + ", secondaryPhy=" + mSecondaryPhy
    [all...]

Completed in 64 milliseconds