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/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/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java483 public void serverDisconnect() { in serverDisconnect() method in GattServiceBinderTest
DGattServiceTest.java633 public void serverDisconnect() { in serverDisconnect() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl159 …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.java1292 public void serverDisconnect(int serverIf, String address, in serverDisconnect() method in GattService.BluetoothGattBinder
1301 private void serverDisconnect(int serverIf, String address, in serverDisconnect() method in GattService.BluetoothGattBinder
4547 void serverDisconnect(int serverIf, String address, AttributionSource attributionSource) { in serverDisconnect() method in GattService