Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java88 private int mPrimaryPhy; field in ScanResult
112 mPrimaryPhy = BluetoothDevice.PHY_LE_1M; in ScanResult()
138 mPrimaryPhy = primaryPhy; in ScanResult()
169 dest.writeInt(mPrimaryPhy); in writeToParcel()
186 mPrimaryPhy = in.readInt(); in readFromParcel()
260 return mPrimaryPhy; in getPrimaryPhy()
306 mEventType, mPrimaryPhy, mSecondaryPhy, in hashCode()
324 && mPrimaryPhy == other.mPrimaryPhy in equals()
336 + ", primaryPhy=" + mPrimaryPhy + ", secondaryPhy=" + mSecondaryPhy in toString()
DAdvertisingSetParameters.java103 private final int mPrimaryPhy; field in AdvertisingSetParameters
119 mPrimaryPhy = primaryPhy; in AdvertisingSetParameters()
131 mPrimaryPhy = in.readInt(); in AdvertisingSetParameters()
176 return mPrimaryPhy; in getPrimaryPhy()
206 + ", primaryPhy=" + mPrimaryPhy in toString()
224 dest.writeInt(mPrimaryPhy); in writeToParcel()
252 private int mPrimaryPhy = BluetoothDevice.PHY_LE_1M; field in AdvertisingSetParameters.Builder
337 mPrimaryPhy = primaryPhy; in setPrimaryPhy()
434 mIncludeTxPower, mPrimaryPhy, mSecondaryPhy, mInterval, mTxPowerLevel); in build()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12225 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mPrimaryPhy:I
12237 Landroid/bluetooth/le/AdvertisingSetParameters;->mPrimaryPhy:I
12484 Landroid/bluetooth/le/ScanResult;->mPrimaryPhy:I