Searched refs:phyOptions (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothGatt.aidl | 79 …SetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions); in clientSetPreferredPhy() argument 103 …SetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions); in serverSetPreferredPhy() argument
|
D | BluetoothGattServer.java | 570 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument 573 phyOptions); in setPreferredPhy()
|
D | BluetoothGatt.java | 869 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument 872 phyOptions); in setPreferredPhy()
|