Searched refs:secondaryPhy (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/le/ |
H A D | AdvertisingSetParameters.java | 112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument 120 mSecondaryPhy = secondaryPhy; in AdvertisingSetParameters() 355 public Builder setSecondaryPhy(int secondaryPhy) { in setSecondaryPhy() argument 356 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()
|
H A D | ScanResult.java | 136 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument 142 mSecondaryPhy = secondaryPhy; in ScanResult()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1158 int secondaryPhy, int advertisingSid, int txPower, int rssi, int periodicAdvInt, in onScanResult() argument 1163 onScanResultInternal(eventType, addressType, address, primaryPhy, secondaryPhy, in onScanResult() 1168 int secondaryPhy, int advertisingSid, int txPower, int rssi, int periodicAdvInt, in onScanResultInternal() argument 1173 + primaryPhy + ", secondaryPhy=" + secondaryPhy + ", advertisingSid=0x" in onScanResultInternal() 1211 new ScanResult(device, eventType, primaryPhy, secondaryPhy, advertisingSid, in onScanResultInternal() 1258 secondaryPhy, advertisingSid, txPower, rssi, periodicAdvInt, scanRecord, in onScanResultInternal()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 1952 uint8_t secondaryPhy = env->CallIntMethod(i, methodId); in parseParams() local 1975 p.secondary_advertising_phy = secondaryPhy; in parseParams()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |