Searched refs:serverDisconnect (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 513 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()
|
D | GattServiceTest.java | 557 public void serverDisconnect() { in serverDisconnect() method in GattServiceTest 564 mService.serverDisconnect(serverIf, address, mAttributionSource); in serverDisconnect()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 158 … void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource); in serverDisconnect() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 753 mService.serverDisconnect(mServerIf, device.getAddress(), mAttributionSource); in cancelConnection()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 893 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 1453 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverDisconnect(ILjava/lang/String;)V 1565 Landroid/bluetooth/IBluetoothGatt;->serverDisconnect(ILjava/lang/String;)V
|