Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl51 void refreshDevice(in int clientIf, in String address); in refreshDevice() method
DBluetoothGatt.java1193 mService.refreshDevice(mClientIf, mDevice.getAddress()); in refresh()