Home
last modified time | relevance | path

Searched refs:primaryPhy (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
DAdvertisingSetParameters.java103 private final int primaryPhy; field in AdvertisingSetParameters
112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument
119 this.primaryPhy = primaryPhy; in AdvertisingSetParameters()
131 primaryPhy = in.readInt(); in AdvertisingSetParameters()
165 public int getPrimaryPhy() { return primaryPhy; } in getPrimaryPhy()
188 + ", primaryPhy=" + primaryPhy in toString()
206 dest.writeInt(primaryPhy); in writeToParcel()
235 private int primaryPhy = BluetoothDevice.PHY_LE_1M; field in AdvertisingSetParameters.Builder
314 public Builder setPrimaryPhy(int primaryPhy) { in setPrimaryPhy() argument
315 if (primaryPhy != BluetoothDevice.PHY_LE_1M && in setPrimaryPhy()
[all …]
DScanResult.java131 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument
136 mPrimaryPhy = primaryPhy; in ScanResult()