Searched refs:primaryPhy (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | AdvertisingSetParameters.java | 144 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()
|
D | ScanResult.java | 123 int primaryPhy, in ScanResult() argument 133 mPrimaryPhy = primaryPhy; in ScanResult()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanNativeInterface.java | 230 int primaryPhy, in onScanResult() argument 246 primaryPhy, in onScanResult()
|
D | TransitionalScanHelper.java | 302 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/ |
D | TransitionalScanHelperTest.java | 295 int primaryPhy = 0; in onScanResult_remoteException_clientDied() local 331 primaryPhy, in onScanResult_remoteException_clientDied()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Host.kt | 742 val primaryPhy = in scan() constant 764 .setPrimaryPhy(primaryPhy) in scan()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 2186 uint8_t primaryPhy = env->CallIntMethod(i, methodId); in parseParams() local 2213 p.primary_advertising_phy = primaryPhy; in parseParams()
|