Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java513 public void serverDisconnect() { in serverDisconnect() method in GattServiceBinderTest
517 mBinder.serverDisconnect(serverIf, address, mAttributionSource); in serverDisconnect()
519 verify(mService).serverDisconnect(serverIf, address, mAttributionSource); in serverDisconnect()
DGattServiceTest.java557 public void serverDisconnect() { in serverDisconnect() method in GattServiceTest
564 mService.serverDisconnect(serverIf, address, mAttributionSource); in serverDisconnect()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl158 … void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource); in serverDisconnect() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java753 mService.serverDisconnect(mServerIf, device.getAddress(), mAttributionSource); in cancelConnection()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java893 public void serverDisconnect( in serverDisconnect() method in GattService.BluetoothGattBinder
899 service.serverDisconnect(serverIf, address, attributionSource); in serverDisconnect()
3175 void serverDisconnect(int serverIf, String address, AttributionSource attributionSource) { in serverDisconnect() method in GattService
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1453 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverDisconnect(ILjava/lang/String;)V
1565 Landroid/bluetooth/IBluetoothGatt;->serverDisconnect(ILjava/lang/String;)V