Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanResult.java76 private int mSecondaryPhy; field in ScanResult
100 mSecondaryPhy = PHY_UNUSED; in ScanResult()
134 mSecondaryPhy = secondaryPhy; in ScanResult()
165 dest.writeInt(mSecondaryPhy); in writeToParcel()
182 mSecondaryPhy = in.readInt(); in readFromParcel()
261 return mSecondaryPhy; in getSecondaryPhy()
298 mSecondaryPhy, in hashCode()
319 && mSecondaryPhy == other.mSecondaryPhy in equals()
341 + mSecondaryPhy in toString()
DAdvertisingSetParameters.java129 private final int mSecondaryPhy; field in AdvertisingSetParameters
156 mSecondaryPhy = secondaryPhy; in AdvertisingSetParameters()
169 mSecondaryPhy = in.readInt(); in AdvertisingSetParameters()
213 return mSecondaryPhy; in getSecondaryPhy()
250 + mSecondaryPhy in toString()
273 dest.writeInt(mSecondaryPhy); in writeToParcel()
303 private int mSecondaryPhy = BluetoothDevice.PHY_LE_1M; field in AdvertisingSetParameters.Builder
423 mSecondaryPhy = secondaryPhy; in setSecondaryPhy()
524 mSecondaryPhy, in build()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java92 private int mSecondaryPhy = BluetoothDevice.PHY_LE_1M; field in AppAdvertiseStats
133 mSecondaryPhy = parameters.getSecondaryPhy(); in recordAdvertiseStart()
269 mSecondaryPhy = parameters.getSecondaryPhy(); in setAdvertisingParameters()
450 + dumpPhyString(stats.mSecondaryPhy)); in dumpAppAdvertiseStats()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2411 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mSecondaryPhy:I
2423 Landroid/bluetooth/le/AdvertisingSetParameters;->mSecondaryPhy:I
2671 Landroid/bluetooth/le/ScanResult;->mSecondaryPhy:I