Searched defs:clientSetPreferredPhy (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java527 public void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, method in class:GattService.BluetoothGattBinder
533 service.clientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions);
2176 void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { method in class:GattService
2182 Log.d(TAG, "clientSetPreferredPhy() - no connection to " + address);
2188 Log.d(TAG, "clientSetPreferredPhy() - address=" + address + ", connId=" + connId);

Completed in 20 milliseconds