Searched refs:mPrimaryPhy (Results 1 – 4 of 4) sorted by relevance
75 private int mPrimaryPhy; field in ScanResult99 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()
128 private final int mPrimaryPhy; field in AdvertisingSetParameters155 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.Builder399 mPrimaryPhy = primaryPhy; in setPrimaryPhy()523 mPrimaryPhy, in build()
91 private int mPrimaryPhy = BluetoothDevice.PHY_LE_1M; field in AppAdvertiseStats132 mPrimaryPhy = parameters.getPrimaryPhy(); in recordAdvertiseStart()268 mPrimaryPhy = parameters.getPrimaryPhy(); in setAdvertisingParameters()447 + dumpPhyString(stats.mPrimaryPhy)); in dumpAppAdvertiseStats()
2409 Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mPrimaryPhy:I2421 Landroid/bluetooth/le/AdvertisingSetParameters;->mPrimaryPhy:I2668 Landroid/bluetooth/le/ScanResult;->mPrimaryPhy:I