Searched refs:secondaryPhy (Results 1 – 2 of 2) sorted by relevance
112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument120 mSecondaryPhy = secondaryPhy; in AdvertisingSetParameters()355 public Builder setSecondaryPhy(int secondaryPhy) { in setSecondaryPhy() argument356 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()
133 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument139 mSecondaryPhy = secondaryPhy; in ScanResult()