Searched refs:primaryPhy (Results 1 – 2 of 2) sorted by relevance
103 private final int primaryPhy; field in AdvertisingSetParameters112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument119 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.Builder314 public Builder setPrimaryPhy(int primaryPhy) { in setPrimaryPhy() argument315 if (primaryPhy != BluetoothDevice.PHY_LE_1M && in setPrimaryPhy()[all …]
131 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument136 mPrimaryPhy = primaryPhy; in ScanResult()