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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java209 public void clientDisconnect() throws Exception { in clientDisconnect() method in GattServiceBinderTest
/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/system/binder/android/bluetooth/
DIBluetoothGatt.aidl109 …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.java818 public void clientDisconnect(int clientIf, String address, in clientDisconnect() method in GattService.BluetoothGattBinder
827 private void clientDisconnect(int clientIf, String address, in clientDisconnect() method in GattService.BluetoothGattBinder
3445 void clientDisconnect(int clientIf, String address, AttributionSource attributionSource) { in clientDisconnect() method in GattService