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

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

Completed in 102 milliseconds