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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java569 public void serverReadPhy(int clientIf, String address) { method in class:GattService.BluetoothGattBinder
572 service.serverReadPhy(clientIf, address);
2378 void serverReadPhy(int serverIf, String address) { method in class:GattService
2383 if (DBG) Log.d(TAG, "serverReadPhy() - no connection to " + address);
2387 if (DBG) Log.d(TAG, "serverReadPhy() - address=" + address + ", connId=" + connId);

Completed in 19 milliseconds