Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanResult.java75 private int mPrimaryPhy; field in ScanResult
99 mPrimaryPhy = BluetoothDevice.PHY_LE_1M; in ScanResult()
133 mPrimaryPhy = primaryPhy; in ScanResult()
164 dest.writeInt(mPrimaryPhy); in writeToParcel()
181 mPrimaryPhy = in.readInt(); in readFromParcel()
251 return mPrimaryPhy; in getPrimaryPhy()
297 mPrimaryPhy, in hashCode()
318 && mPrimaryPhy == other.mPrimaryPhy in equals()
339 + mPrimaryPhy in toString()
DAdvertisingSetParameters.java128 private final int mPrimaryPhy; field in AdvertisingSetParameters
155 mPrimaryPhy = primaryPhy; in AdvertisingSetParameters()
168 mPrimaryPhy = in.readInt(); in AdvertisingSetParameters()
208 return mPrimaryPhy; in getPrimaryPhy()
248 + mPrimaryPhy in toString()
272 dest.writeInt(mPrimaryPhy); in writeToParcel()
302 private int mPrimaryPhy = BluetoothDevice.PHY_LE_1M; field in AdvertisingSetParameters.Builder
399 mPrimaryPhy = primaryPhy; in setPrimaryPhy()
523 mPrimaryPhy, in build()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java91 private int mPrimaryPhy = BluetoothDevice.PHY_LE_1M; field in AppAdvertiseStats
132 mPrimaryPhy = parameters.getPrimaryPhy(); in recordAdvertiseStart()
268 mPrimaryPhy = parameters.getPrimaryPhy(); in setAdvertisingParameters()
447 + dumpPhyString(stats.mPrimaryPhy)); in dumpAppAdvertiseStats()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2409 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mPrimaryPhy:I
2421 Landroid/bluetooth/le/AdvertisingSetParameters;->mPrimaryPhy:I
2668 Landroid/bluetooth/le/ScanResult;->mPrimaryPhy:I