Searched refs:clientDisconnect (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 222 public void clientDisconnect() throws Exception { in clientDisconnect() method in GattServiceBinderTest 226 mBinder.clientDisconnect(clientIf, address, mAttributionSource); in clientDisconnect() 228 verify(mService).clientDisconnect(clientIf, address, mAttributionSource); in clientDisconnect()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 110 … void clientDisconnect(in int clientIf, in String address, in AttributionSource attributionSource); in clientDisconnect() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 566 public void clientDisconnect( in clientDisconnect() method in GattService.BluetoothGattBinder 572 service.clientDisconnect(clientIf, address, attributionSource); in clientDisconnect() 1899 clientDisconnect(entry.getKey(), entry.getValue(), attributionSource); in disconnectAll() 2152 void clientDisconnect(int clientIf, String address, AttributionSource attributionSource) { in clientDisconnect() method in GattService
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 1200 mService.clientDisconnect(mClientIf, mDevice.getAddress(), mAttributionSource); in disconnect()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1422 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clientDisconnect(ILjava/lang/String;)V 1537 Landroid/bluetooth/IBluetoothGatt;->clientDisconnect(ILjava/lang/String;)V
|