Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DAdvertisingSetParameters.java112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument
119 mPrimaryPhy = primaryPhy; in AdvertisingSetParameters()
332 public Builder setPrimaryPhy(int primaryPhy) { in setPrimaryPhy() argument
333 if (primaryPhy != BluetoothDevice.PHY_LE_1M in setPrimaryPhy()
334 && primaryPhy != BluetoothDevice.PHY_LE_CODED) { in setPrimaryPhy()
335 throw new IllegalArgumentException("bad primaryPhy " + primaryPhy); in setPrimaryPhy()
337 mPrimaryPhy = primaryPhy; in setPrimaryPhy()
DScanResult.java133 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument
138 mPrimaryPhy = primaryPhy; in ScanResult()