Home
last modified time | relevance | path

Searched refs:mPrimaryPhy (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java88 private int mPrimaryPhy; field in ScanResult
110 mPrimaryPhy = BluetoothDevice.PHY_LE_1M; in ScanResult()
136 mPrimaryPhy = primaryPhy; in ScanResult()
167 dest.writeInt(mPrimaryPhy); in writeToParcel()
184 mPrimaryPhy = in.readInt(); in readFromParcel()
257 public int getPrimaryPhy() { return mPrimaryPhy; } in getPrimaryPhy()
296 mEventType, mPrimaryPhy, mSecondaryPhy, in hashCode()
314 mPrimaryPhy == other.mPrimaryPhy && in equals()
326 ", primaryPhy=" + mPrimaryPhy + ", secondaryPhy=" + mSecondaryPhy + in toString()