HomeSort by relevance Sort by last modified time
    Searched full:primaryphy (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetParameters.java 103 private final int primaryPhy;
112 int primaryPhy, int secondaryPhy,
119 this.primaryPhy = primaryPhy;
131 primaryPhy = in.readInt();
165 public int getPrimaryPhy() { return primaryPhy; }
188 + ", primaryPhy=" + primaryPhy
206 dest.writeInt(primaryPhy);
235 private int primaryPhy = BluetoothDevice.PHY_LE_1M
    [all...]
ScanResult.java 122 * @param primaryPhy Primary advertising phy.
131 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy,
136 mPrimaryPhy = primaryPhy;
326 ", primaryPhy=" + mPrimaryPhy + ", secondaryPhy=" + mSecondaryPhy +
  /tools/test/connectivity/acts/tests/google/ble/bt5/
Bt5ScanTest.py 160 "primaryPhy": "PHY_LE_1M",
217 "primaryPhy": "PHY_LE_1M",
331 "primaryPhy": "PHY_LE_1M",
389 "primaryPhy": "PHY_LE_1M",
450 "primaryPhy": "PHY_LE_1M",
AdvertisingSetTest.py 109 "primaryPhy": "PHY_LE_1M",
  /tools/test/connectivity/acts/tests/google/bt/pts/
ble_lib.py 91 "primaryPhy": "PHY_LE_1M",
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeAdvertisingSetFacade.java 179 } else if (key.equals("primaryPhy")) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 138 milliseconds