summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothGattCallback.java
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2014-06-30 11:37:05 -0700
committerAndre Eisenbach <eisenbach@google.com>2014-07-08 17:09:38 -0700
commitd1e941c77cfdb59efac6040e52e6afde4c54068c (patch)
tree6d1573cb9c6b9fd56e811f85fc9ec085e325f8d1 /framework/java/android/bluetooth/BluetoothGattCallback.java
parentb4c9d6108c2b2e895eb7817b661f1a544ace541a (diff)
LE: Un-hide new congestion control and MTU APIs
Change-Id: I5ce395481620dd7ab611b1ab0eaeb5e29c4f13fa
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGattCallback.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothGattCallback.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothGattCallback.java b/framework/java/android/bluetooth/BluetoothGattCallback.java
index b5e60f2c98..5817d6844a 100644
--- a/framework/java/android/bluetooth/BluetoothGattCallback.java
+++ b/framework/java/android/bluetooth/BluetoothGattCallback.java
@@ -149,7 +149,6 @@ public abstract class BluetoothGattCallback {
* @param gatt GATT client invoked {@link BluetoothGatt#configureMTU}
* @param mtu The new MTU size
* @param status {@link BluetoothGatt#GATT_SUCCESS} if the MTU has been changed successfully
- * @hide
*/
public void onConfigureMTU(BluetoothGatt gatt, int mtu, int status) {
}
@@ -164,7 +163,6 @@ public abstract class BluetoothGattCallback {
*
* @param gatt The GATT client associated with the remote device
* @param congested true, if the connection is currently congested
- * @hide
*/
public void onConnectionCongested(BluetoothGatt gatt, boolean congested) {
}