Home
last modified time | relevance | path

Searched defs:serverDisconnect (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java102 void serverDisconnect(int serverIf, String address); in serverDisconnect() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java482 public void serverDisconnect() { in serverDisconnect() method in GattServiceBinderTest
DGattServiceTest.java575 public void serverDisconnect() { in serverDisconnect() method in GattServiceTest
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java469 public void serverDisconnect(final int serverIf, final String clientAddress) { in serverDisconnect() method in IBluetoothGattImpl
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl157 …void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource, … in serverDisconnect() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1241 public void serverDisconnect(int serverIf, String address, in serverDisconnect() method in GattService.BluetoothGattBinder
1250 private void serverDisconnect(int serverIf, String address, in serverDisconnect() method in GattService.BluetoothGattBinder
4256 void serverDisconnect(int serverIf, String address, AttributionSource attributionSource) { in serverDisconnect() method in GattService