summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorPrerepa Viswanadham <dham@google.com>2014-09-11 13:39:16 -0700
committerPrerepa Viswanadham <dham@google.com>2014-09-11 22:29:27 +0000
commitba4f57a1c6979676d20ff29a614deb64171230e6 (patch)
tree0b6577c5816f9cf52549131b1eedf9ce2944cf2e /api
parentc46cd62b5c808101a204be6a5db2bf63701c8944 (diff)
downloadframeworks_base-ba4f57a1c6979676d20ff29a614deb64171230e6.zip
frameworks_base-ba4f57a1c6979676d20ff29a614deb64171230e6.tar.gz
frameworks_base-ba4f57a1c6979676d20ff29a614deb64171230e6.tar.bz2
Remove onConnectionCongested callback
Bug:17289507 Change-Id: I49fd99d320084c618dcec756b832fb3b6a6aec51
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 82aad79..5922305 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -6391,7 +6391,6 @@ package android.bluetooth {
method public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic);
method public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
- method public void onConnectionCongested(android.bluetooth.BluetoothGatt, boolean);
method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int);
method public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattDescriptor, int);
method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattDescriptor, int);
@@ -6491,7 +6490,6 @@ package android.bluetooth {
ctor public BluetoothGattServerCallback();
method public void onCharacteristicReadRequest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattCharacteristic);
method public void onCharacteristicWriteRequest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattCharacteristic, boolean, boolean, int, byte[]);
- method public void onConnectionCongested(android.bluetooth.BluetoothDevice, boolean);
method public void onConnectionStateChange(android.bluetooth.BluetoothDevice, int, int);
method public void onDescriptorReadRequest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattDescriptor);
method public void onDescriptorWriteRequest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattDescriptor, boolean, boolean, int, byte[]);