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.java112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument
120 mSecondaryPhy = secondaryPhy; in AdvertisingSetParameters()
355 public Builder setSecondaryPhy(int secondaryPhy) { in setSecondaryPhy() argument
356 if (secondaryPhy != BluetoothDevice.PHY_LE_1M in setSecondaryPhy()
357 && secondaryPhy != BluetoothDevice.PHY_LE_2M in setSecondaryPhy()
358 && secondaryPhy != BluetoothDevice.PHY_LE_CODED) { in setSecondaryPhy()
359 throw new IllegalArgumentException("bad secondaryPhy " + secondaryPhy); in setSecondaryPhy()
361 mSecondaryPhy = secondaryPhy; in setSecondaryPhy()
DScanResult.java133 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument
139 mSecondaryPhy = secondaryPhy; in ScanResult()