Searched refs:secondaryPhy (Results 1 – 6 of 6) sorted by relevance
145 int secondaryPhy, in AdvertisingSetParameters() argument156 mSecondaryPhy = secondaryPhy; in AdvertisingSetParameters()417 public Builder setSecondaryPhy(int secondaryPhy) { in setSecondaryPhy() argument418 if (secondaryPhy != BluetoothDevice.PHY_LE_1M in setSecondaryPhy()419 && secondaryPhy != BluetoothDevice.PHY_LE_2M in setSecondaryPhy()420 && secondaryPhy != BluetoothDevice.PHY_LE_CODED) { in setSecondaryPhy()421 throw new IllegalArgumentException("bad secondaryPhy " + secondaryPhy); in setSecondaryPhy()423 mSecondaryPhy = secondaryPhy; in setSecondaryPhy()
124 int secondaryPhy, in ScanResult() argument134 mSecondaryPhy = secondaryPhy; in ScanResult()
231 int secondaryPhy, in onScanResult() argument247 secondaryPhy, in onScanResult()
303 int secondaryPhy, in onScanResult() argument319 secondaryPhy, in onScanResult()334 int secondaryPhy, in onScanResultInternal() argument352 + secondaryPhy in onScanResultInternal()410 secondaryPhy, in onScanResultInternal()
748 val secondaryPhy = in scan() constant765 .setSecondaryPhy(secondaryPhy) in scan()
2188 uint8_t secondaryPhy = env->CallIntMethod(i, methodId); in parseParams() local2214 p.secondary_advertising_phy = secondaryPhy; in parseParams()