Searched refs:primaryPhy (Results 1 – 2 of 2) sorted by relevance
112 int primaryPhy, int secondaryPhy, in AdvertisingSetParameters() argument119 mPrimaryPhy = primaryPhy; in AdvertisingSetParameters()332 public Builder setPrimaryPhy(int primaryPhy) { in setPrimaryPhy() argument333 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()
133 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() argument138 mPrimaryPhy = primaryPhy; in ScanResult()