Searched refs:secondaryPhy (Results 1 – 2 of 2) sorted by relevance
104 private final int secondaryPhy; field in AdvertisingSetParameters112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument120 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.Builder338 public Builder setSecondaryPhy(int secondaryPhy) { in setSecondaryPhy() argument339 if (secondaryPhy != BluetoothDevice.PHY_LE_1M && in setSecondaryPhy()[all …]
131 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument137 mSecondaryPhy = secondaryPhy; in ScanResult()