Searched refs:refreshDevice (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java344 public void refreshDevice(int clientIf, String address) { method in class:GattService.BluetoothGattBinder
347 service.refreshDevice(clientIf, address);
1494 void refreshDevice(int clientIf, String address) { method in class:GattService
1497 if (DBG) Log.d(TAG, "refreshDevice() - address=" + address);

Completed in 187 milliseconds