Home
last modified time | relevance | path

Searched refs:phy (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
DScanSettings.java206 int numOfMatchesPerFilter, boolean legacy, int phy) { in ScanSettings() argument
214 mPhy = phy; in ScanSettings()
410 public Builder setPhy(int phy) { in setPhy() argument
411 mPhy = phy; in setPhy()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1684 BluetoothGattCallback callback, int transport, int phy) { in connectGatt() argument
1685 return connectGatt(context, autoConnect,callback, transport, phy, null); in connectGatt()
1710 BluetoothGattCallback callback, int transport, int phy, in connectGatt() argument
1725 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, phy); in connectGatt()
DIBluetoothGatt.aidl77 …ientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in int phy); in clientConnect() argument
DBluetoothGatt.java631 int transport, int phy) { in BluetoothGatt() argument
635 mPhy = phy; in BluetoothGatt()