Home
last modified time | relevance | path

Searched refs:secondaryPhy (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetParameters.java145 int secondaryPhy, in AdvertisingSetParameters() argument
156 mSecondaryPhy = secondaryPhy; in AdvertisingSetParameters()
417 public Builder setSecondaryPhy(int secondaryPhy) { in setSecondaryPhy() argument
418 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()
DScanResult.java124 int secondaryPhy, in ScanResult() argument
134 mSecondaryPhy = secondaryPhy; in ScanResult()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java231 int secondaryPhy, in onScanResult() argument
247 secondaryPhy, in onScanResult()
DTransitionalScanHelper.java303 int secondaryPhy, in onScanResult() argument
319 secondaryPhy, in onScanResult()
334 int secondaryPhy, in onScanResultInternal() argument
352 + secondaryPhy in onScanResultInternal()
410 secondaryPhy, in onScanResultInternal()
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt748 val secondaryPhy = in scan() constant
765 .setSecondaryPhy(secondaryPhy) in scan()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2188 uint8_t secondaryPhy = env->CallIntMethod(i, methodId); in parseParams() local
2214 p.secondary_advertising_phy = secondaryPhy; in parseParams()