Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java539 public void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, in clientSetPreferredPhy() method in GattService.BluetoothGattBinder
545 service.clientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy()
2232 void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { in clientSetPreferredPhy() method in GattService