Searched refs:phy (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanSettings.java | 206 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/ |
D | BluetoothDevice.java | 1684 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()
|
D | IBluetoothGatt.aidl | 77 …ientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in int phy); in clientConnect() argument
|
D | BluetoothGatt.java | 631 int transport, int phy) { in BluetoothGatt() argument 635 mPhy = phy; in BluetoothGatt()
|