Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DAdvertisingSetParameters.java104 private final int secondaryPhy; field in AdvertisingSetParameters
112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument
120 this.secondaryPhy = secondaryPhy; in AdvertisingSetParameters()
132 secondaryPhy = in.readInt(); in AdvertisingSetParameters()
170 public int getSecondaryPhy() { return secondaryPhy; } in getSecondaryPhy()
189 + ", secondaryPhy=" + secondaryPhy in toString()
207 dest.writeInt(secondaryPhy); in writeToParcel()
236 private int secondaryPhy = BluetoothDevice.PHY_LE_1M; field in AdvertisingSetParameters.Builder
338 public Builder setSecondaryPhy(int secondaryPhy) { in setSecondaryPhy() argument
339 if (secondaryPhy != BluetoothDevice.PHY_LE_1M && in setSecondaryPhy()
[all …]
DScanResult.java131 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument
137 mSecondaryPhy = secondaryPhy; in ScanResult()