Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java89 private int mSecondaryPhy; field in ScanResult
113 mSecondaryPhy = PHY_UNUSED; in ScanResult()
139 mSecondaryPhy = secondaryPhy; in ScanResult()
170 dest.writeInt(mSecondaryPhy); in writeToParcel()
187 mSecondaryPhy = in.readInt(); in readFromParcel()
272 return mSecondaryPhy; in getSecondaryPhy()
306 mEventType, mPrimaryPhy, mSecondaryPhy, in hashCode()
325 && mSecondaryPhy == other.mSecondaryPhy in equals()
336 + ", primaryPhy=" + mPrimaryPhy + ", secondaryPhy=" + mSecondaryPhy in toString()
DAdvertisingSetParameters.java104 private final int mSecondaryPhy; field in AdvertisingSetParameters
120 mSecondaryPhy = secondaryPhy; in AdvertisingSetParameters()
132 mSecondaryPhy = in.readInt(); in AdvertisingSetParameters()
183 return mSecondaryPhy; in getSecondaryPhy()
207 + ", secondaryPhy=" + mSecondaryPhy in toString()
225 dest.writeInt(mSecondaryPhy); in writeToParcel()
253 private int mSecondaryPhy = BluetoothDevice.PHY_LE_1M; field in AdvertisingSetParameters.Builder
361 mSecondaryPhy = secondaryPhy; in setSecondaryPhy()
434 mIncludeTxPower, mPrimaryPhy, mSecondaryPhy, mInterval, mTxPowerLevel); in build()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12227 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mSecondaryPhy:I
12239 Landroid/bluetooth/le/AdvertisingSetParameters;->mSecondaryPhy:I
12487 Landroid/bluetooth/le/ScanResult;->mSecondaryPhy:I