Home
last modified time | relevance | path

Searched refs:primaryPhy (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetParameters.java144 int primaryPhy, in AdvertisingSetParameters() argument
155 mPrimaryPhy = primaryPhy; in AdvertisingSetParameters()
394 public Builder setPrimaryPhy(int primaryPhy) { in setPrimaryPhy() argument
395 if (primaryPhy != BluetoothDevice.PHY_LE_1M in setPrimaryPhy()
396 && primaryPhy != BluetoothDevice.PHY_LE_CODED) { in setPrimaryPhy()
397 throw new IllegalArgumentException("bad primaryPhy " + primaryPhy); in setPrimaryPhy()
399 mPrimaryPhy = primaryPhy; in setPrimaryPhy()
DScanResult.java123 int primaryPhy, in ScanResult() argument
133 mPrimaryPhy = primaryPhy; in ScanResult()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java230 int primaryPhy, in onScanResult() argument
246 primaryPhy, in onScanResult()
DTransitionalScanHelper.java302 int primaryPhy, in onScanResult() argument
318 primaryPhy, in onScanResult()
333 int primaryPhy, in onScanResultInternal() argument
350 + primaryPhy in onScanResultInternal()
409 primaryPhy, in onScanResultInternal()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java295 int primaryPhy = 0; in onScanResult_remoteException_clientDied() local
331 primaryPhy, in onScanResult_remoteException_clientDied()
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt742 val primaryPhy = in scan() constant
764 .setPrimaryPhy(primaryPhy) in scan()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2186 uint8_t primaryPhy = env->CallIntMethod(i, methodId); in parseParams() local
2213 p.primary_advertising_phy = primaryPhy; in parseParams()