Searched refs:clientSetPreferredPhy (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 539 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
|