Home
last modified time | relevance | path

Searched defs: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()
410 public Builder setPhy(int phy) { in setPhy()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1799 BluetoothGattCallback callback, int transport, int phy) { in connectGatt()
1825 BluetoothGattCallback callback, int transport, int phy, in connectGatt()
1858 boolean opportunistic, int phy, Handler handler) { in connectGatt()
DBluetoothGatt.java644 int transport, boolean opportunistic, int phy) { in BluetoothGatt()
DIBluetoothGatt.aidl77 …f, in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy); in clientConnect()