Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl50 void clientDisconnect(in int clientIf, in String address); in clientDisconnect() method
DBluetoothGatt.java754 mService.clientDisconnect(mClientIf, mDevice.getAddress()); in disconnect()