Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java62 void clientDisconnect(int clientIf, String address); in clientDisconnect() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java134 public void clientDisconnect(final int clientIf, final String serverAddress) { in clientDisconnect() method in IBluetoothGattImpl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java210 public void clientDisconnect() throws Exception { in clientDisconnect() method in GattServiceBinderTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl111 …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.java827 public void clientDisconnect(int clientIf, String address, in clientDisconnect() method in GattService.BluetoothGattBinder
836 private void clientDisconnect(int clientIf, String address, in clientDisconnect() method in GattService.BluetoothGattBinder
3658 void clientDisconnect(int clientIf, String address, AttributionSource attributionSource) { in clientDisconnect() method in GattService