Home
last modified time | relevance | path

Searched defs:clientDisconnect (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java222 public void clientDisconnect() throws Exception { in clientDisconnect() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl110 … void clientDisconnect(in int clientIf, in String address, in AttributionSource attributionSource); in clientDisconnect() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java566 public void clientDisconnect( in clientDisconnect() method in GattService.BluetoothGattBinder
2152 void clientDisconnect(int clientIf, String address, AttributionSource attributionSource) { in clientDisconnect() method in GattService